#A9C866

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

Shades of Olivine #A9C866

Tints of Olivine #A9C866

Color information

#A9C866 (or 0xA9C866) is unknown color: approx Olivine. HEX triplet: A9, C8 and 66. RGB value is (169,200,102). Sum of RGB (Red+Green+Blue) = 169+200+102=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 200 - color contains mainly: green. Hex color #A9C866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C866 is #563799. Grayscale: #B3B3B3. Windows color (decimal): -5650330 or 6736041. OLE color: 6736041.

HSL color Cylindrical-coordinate representation of color #A9C866: hue angle of 78.98º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A9C866 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB169200102-
CMYK0.1600.490.22
HSL78.98º47.12%59.22%-
HSV(B)78.98º49%78.43%-
XYZ39.4150.720.28-
YUV179.5684.23120.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.88%
GREEN value IS 200 (78.52% from 255) = 42.46%
BLUE value IS 102 (40.23% from 255) = 21.66%
R=35.88%
G=42.46%
B=21.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1692001020.1600.490.2278.9847.1259.22
HexA9C86610031164f2f3b
Octal25131014620061261175773
Binary10101001110010001100110100000110001101101001111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C866; }

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

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

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

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

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

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

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

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