#A4CE72

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

Shades of Olivine #A4CE72

Tints of Olivine #A4CE72

Color information

#A4CE72 (or 0xA4CE72) is unknown color: approx Olivine. HEX triplet: A4, CE and 72. RGB value is (164,206,114). Sum of RGB (Red+Green+Blue) = 164+206+114=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CE72 is #5B318D. Grayscale: #B7B7B7. Windows color (decimal): -5976462 or 7524004. OLE color: 7524004.

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

Color convert

RGB164206114-
CMYK0.2000.450.19
HSL87.39º48.42%62.75%-
HSV(B)87.39º44.66%80.78%-
XYZ40.4253.2524.07-
YUV182.9589.09114.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.88%
GREEN value IS 206 (80.86% from 255) = 42.56%
BLUE value IS 114 (44.92% from 255) = 23.55%
R=33.88%
G=42.56%
B=23.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1642061140.2000.450.1987.3948.4262.75
HexA4CE721402D1357303f
Octal24431616224055231276077
Binary10100100110011101110010101000101101100111010111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CE72; }

 p { color: rgb(164,206,114); }

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

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

 a { background-color: rgb(164,206,114); }

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

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

 span { border-color: rgb(164,206,114); }

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