#A9C066

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

Shades of Olivine #A9C066

Tints of Olivine #A9C066

Color information

#A9C066 (or 0xA9C066) is unknown color: approx Olivine. HEX triplet: A9, C0 and 66. RGB value is (169,192,102). Sum of RGB (Red+Green+Blue) = 169+192+102=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C066 is #563F99. Grayscale: #AFAFAF. Windows color (decimal): -5652378 or 6733993. OLE color: 6733993.

HSL color Cylindrical-coordinate representation of color #A9C066: hue angle of 75.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9C066 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB169192102-
CMYK0.1200.470.25
HSL75.33º41.67%57.65%-
HSV(B)75.33º46.88%75.29%-
XYZ37.6147.0919.68-
YUV174.8686.88123.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.50%
GREEN value IS 192 (75.39% from 255) = 41.47%
BLUE value IS 102 (40.23% from 255) = 22.03%
R=36.50%
G=41.47%
B=22.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691921020.1200.470.2575.3341.6757.65
HexA9C066C02F194b2a3a
Octal25130014614057311135272
Binary1010100111000000110011011000101111110011001011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C066; }

 p { color: rgb(169,192,102); }

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

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

 a { background-color: rgb(169,192,102); }

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

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

 span { border-color: rgb(169,192,102); }

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