#A4C16D

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

Shades of Olivine #A4C16D

Tints of Olivine #A4C16D

Color information

#A4C16D (or 0xA4C16D) is unknown color: approx Olivine. HEX triplet: A4, C1 and 6D. RGB value is (164,193,109). Sum of RGB (Red+Green+Blue) = 164+193+109=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C16D is #5B3E92. Grayscale: #AFAFAF. Windows color (decimal): -5979795 or 7192996. OLE color: 7192996.

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

Color convert

RGB164193109-
CMYK0.1500.440.24
HSL80.71º40.38%59.22%-
HSV(B)80.71º43.52%75.69%-
XYZ37.1447.1421.61-
YUV174.7590.89120.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 193 (75.78% from 255) = 41.42%
BLUE value IS 109 (42.97% from 255) = 23.39%
R=35.19%
G=41.42%
B=23.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641931090.1500.440.2480.7140.3859.22
HexA4C16DF02C1851283b
Octal24430115517054301215073
Binary1010010011000001110110111110101100110001010001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C16D; }

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

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

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

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

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

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

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

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