#A4CD72

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

Shades of Olivine #A4CD72

Tints of Olivine #A4CD72

Color information

#A4CD72 (or 0xA4CD72) is unknown color: approx Olivine. HEX triplet: A4, CD and 72. RGB value is (164,205,114). Sum of RGB (Red+Green+Blue) = 164+205+114=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CD72 is #5B328D. Grayscale: #B6B6B6. Windows color (decimal): -5976718 or 7523748. OLE color: 7523748.

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

Color convert

RGB164205114-
CMYK0.200.440.20
HSL87.03º47.64%62.55%-
HSV(B)87.03º44.39%80.39%-
XYZ40.1852.7723.99-
YUV182.3789.42114.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 205 (80.47% from 255) = 42.44%
BLUE value IS 114 (44.92% from 255) = 23.60%
R=33.95%
G=42.44%
B=23.60%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642051140.200.440.2087.0347.6462.55
HexA4CD721402C1457303f
Octal24431516224054241276077
Binary10100100110011011110010101000101100101001010111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CD72; }

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

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

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

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

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

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

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

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