#A9CE6B

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

Shades of Olivine #A9CE6B

Tints of Olivine #A9CE6B

Color information

#A9CE6B (or 0xA9CE6B) is unknown color: approx Olivine. HEX triplet: A9, CE and 6B. RGB value is (169,206,107). Sum of RGB (Red+Green+Blue) = 169+206+107=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CE6B is #563194. Grayscale: #B8B8B8. Windows color (decimal): -5648789 or 7065257. OLE color: 7065257.

HSL color Cylindrical-coordinate representation of color #A9CE6B: hue angle of 82.42º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9CE6B is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB169206107-
CMYK0.1800.480.19
HSL82.42º50.25%61.37%-
HSV(B)82.42º48.06%80.78%-
XYZ41.0953.6422.1-
YUV183.6584.74117.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.06%
GREEN value IS 206 (80.86% from 255) = 42.74%
BLUE value IS 107 (42.19% from 255) = 22.20%
R=35.06%
G=42.74%
B=22.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1692061070.1800.480.1982.4250.2561.37
HexA9CE6B120301352323d
Octal25131615322060231226275
Binary10101001110011101101011100100110000100111010010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CE6B; }

 p { color: rgb(169,206,107); }

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

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

 a { background-color: rgb(169,206,107); }

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

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

 span { border-color: rgb(169,206,107); }

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