#A8CD5C

Color #A8CD5C Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A8CD5C

Tints of Conifer #A8CD5C

Color information

#A8CD5C (or 0xA8CD5C) is unknown color: approx Conifer. HEX triplet: A8, CD and 5C. RGB value is (168,205,92). Sum of RGB (Red+Green+Blue) = 168+205+92=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CD5C is #5732A3. Grayscale: #B5B5B5. Windows color (decimal): -5714596 or 6081960. OLE color: 6081960.

HSL color Cylindrical-coordinate representation of color #A8CD5C: hue angle of 79.65º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8CD5C is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB16820592-
CMYK0.1800.550.20
HSL79.65º53.05%58.24%-
HSV(B)79.65º55.12%80.39%-
XYZ39.9152.7618.21-
YUV181.0677.74118.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 36.13%
GREEN value IS 205 (80.47% from 255) = 44.09%
BLUE value IS 92 (36.33% from 255) = 19.78%
R=36.13%
G=44.09%
B=19.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal168205920.1800.550.2079.6553.0558.24
HexA8CD5C120371450353a
Octal25031513422067241206572
Binary10101000110011011011100100100110111101001010000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CD5C; }

 p { color: rgb(168,205,92); }

 H1.HeaderClassName
 {
   color: #A8CD5C;
 }
 .AnyTagClassName
 {
   color: #A8CD5C;
 }
</style>
background-color css

<style>
 a { background-color: #A8CD5C; }

 a { background-color: rgb(168,205,92); }

 div.DivClassName
 {
   background-color: #A8CD5C;
 }
 .BgClassName
 {
   background-color: #A8CD5C;
 }
</style>
border-color css

<style>
 span { border-color: #A8CD5C; }

 span { border-color: rgb(168,205,92); }

 td.TdClassName
 {
   border-color: #A8CD5C;
 }
 .TagClassName
 {
   border-color: #A8CD5C;
 }
</style>