#A8CA5B

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

Shades of Conifer #A8CA5B

Tints of Conifer #A8CA5B

Color information

#A8CA5B (or 0xA8CA5B) is unknown color: approx Conifer. HEX triplet: A8, CA and 5B. RGB value is (168,202,91). Sum of RGB (Red+Green+Blue) = 168+202+91=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA5B is #5735A4. Grayscale: #B3B3B3. Windows color (decimal): -5715365 or 6015656. OLE color: 6015656.

HSL color Cylindrical-coordinate representation of color #A8CA5B: hue angle of 78.38º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8CA5B is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB16820291-
CMYK0.1700.550.21
HSL78.38º51.15%57.45%-
HSV(B)78.38º54.95%79.22%-
XYZ39.1651.3217.74-
YUV179.1878.24120.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.44%
GREEN value IS 202 (79.30% from 255) = 43.82%
BLUE value IS 91 (35.94% from 255) = 19.74%
R=36.44%
G=43.82%
B=19.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal168202910.1700.550.2178.3851.1557.45
HexA8CA5B11037154e3339
Octal25031213321067251166371
Binary10101000110010101011011100010110111101011001110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CA5B; }

 p { color: rgb(168,202,91); }

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

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

 a { background-color: rgb(168,202,91); }

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

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

 span { border-color: rgb(168,202,91); }

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