#A4CD71

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

Shades of Olivine #A4CD71

Tints of Olivine #A4CD71

Color information

#A4CD71 (or 0xA4CD71) is unknown color: approx Olivine. HEX triplet: A4, CD and 71. RGB value is (164,205,113). Sum of RGB (Red+Green+Blue) = 164+205+113=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CD71 is #5B328E. Grayscale: #B6B6B6. Windows color (decimal): -5976719 or 7458212. OLE color: 7458212.

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

Color convert

RGB164205113-
CMYK0.200.450.20
HSL86.74º47.92%62.35%-
HSV(B)86.74º44.88%80.39%-
XYZ40.1252.7523.69-
YUV182.2588.92114.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 205 (80.47% from 255) = 42.53%
BLUE value IS 113 (44.53% from 255) = 23.44%
R=34.02%
G=42.53%
B=23.44%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642051130.200.450.2086.7447.9262.35
HexA4CD711402D1457303e
Octal24431516124055241276076
Binary10100100110011011110001101000101101101001010111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CD71; }

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

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

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

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

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

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

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

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