#A4C06D

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

Shades of Olivine #A4C06D

Tints of Olivine #A4C06D

Color information

#A4C06D (or 0xA4C06D) is unknown color: approx Olivine. HEX triplet: A4, C0 and 6D. RGB value is (164,192,109). Sum of RGB (Red+Green+Blue) = 164+192+109=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C06D is #5B3F92. Grayscale: #AEAEAE. Windows color (decimal): -5980051 or 7192740. OLE color: 7192740.

HSL color Cylindrical-coordinate representation of color #A4C06D: hue angle of 80.24º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4C06D is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB164192109-
CMYK0.1500.430.25
HSL80.24º39.71%59.02%-
HSV(B)80.24º43.23%75.29%-
XYZ36.9246.721.54-
YUV174.1791.22120.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 192 (75.39% from 255) = 41.29%
BLUE value IS 109 (42.97% from 255) = 23.44%
R=35.27%
G=41.29%
B=23.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641921090.1500.430.2580.2439.7159.02
HexA4C06DF02B1950283b
Octal24430015517053311205073
Binary1010010011000000110110111110101011110011010000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C06D; }

 p { color: rgb(164,192,109); }

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

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

 a { background-color: rgb(164,192,109); }

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

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

 span { border-color: rgb(164,192,109); }

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