#A9CA6C

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

Shades of Olivine #A9CA6C

Tints of Olivine #A9CA6C

Color information

#A9CA6C (or 0xA9CA6C) is unknown color: approx Olivine. HEX triplet: A9, CA and 6C. RGB value is (169,202,108). Sum of RGB (Red+Green+Blue) = 169+202+108=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CA6C is #563593. Grayscale: #B5B5B5. Windows color (decimal): -5649812 or 7129769. OLE color: 7129769.

HSL color Cylindrical-coordinate representation of color #A9CA6C: hue angle of 81.06º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9CA6C is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB169202108-
CMYK0.1600.470.21
HSL81.06º47%60.78%-
HSV(B)81.06º46.53%79.22%-
XYZ40.1951.7622.06-
YUV181.4286.57119.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.28%
GREEN value IS 202 (79.30% from 255) = 42.17%
BLUE value IS 108 (42.58% from 255) = 22.55%
R=35.28%
G=42.17%
B=22.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692021080.1600.470.2181.064760.78
HexA9CA6C1002F15512f3d
Octal25131215420057251215775
Binary10101001110010101101100100000101111101011010001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CA6C; }

 p { color: rgb(169,202,108); }

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

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

 a { background-color: rgb(169,202,108); }

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

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

 span { border-color: rgb(169,202,108); }

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