#A9C96C

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

Shades of Olivine #A9C96C

Tints of Olivine #A9C96C

Color information

#A9C96C (or 0xA9C96C) is unknown color: approx Olivine. HEX triplet: A9, C9 and 6C. RGB value is (169,201,108). Sum of RGB (Red+Green+Blue) = 169+201+108=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C96C is #563693. Grayscale: #B5B5B5. Windows color (decimal): -5650068 or 7129513. OLE color: 7129513.

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

Color convert

RGB169201108-
CMYK0.1600.460.21
HSL80.65º46.27%60.59%-
HSV(B)80.65º46.27%78.82%-
XYZ39.9651.2921.98-
YUV180.8386.9119.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.36%
GREEN value IS 201 (78.91% from 255) = 42.05%
BLUE value IS 108 (42.58% from 255) = 22.59%
R=35.36%
G=42.05%
B=22.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692011080.1600.460.2180.6546.2760.59
HexA9C96C1002E15512e3d
Octal25131115420056251215675
Binary10101001110010011101100100000101110101011010001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C96C; }

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

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

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

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

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

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

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

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