#A0CC71

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

Shades of Olivine #A0CC71

Tints of Olivine #A0CC71

Color information

#A0CC71 (or 0xA0CC71) is unknown color: approx Olivine. HEX triplet: A0, CC and 71. RGB value is (160,204,113). Sum of RGB (Red+Green+Blue) = 160+204+113=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC71 is #5F338E. Grayscale: #B4B4B4. Windows color (decimal): -6239119 or 7457952. OLE color: 7457952.

HSL color Cylindrical-coordinate representation of color #A0CC71: hue angle of 89.01º degrees, saturation: 0.47, 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 #A0CC71 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB160204113-
CMYK0.2200.450.2
HSL89.01º47.15%62.16%-
HSV(B)89.01º44.61%80%-
XYZ39.0751.8523.57-
YUV180.4789.92113.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 204 (80.08% from 255) = 42.77%
BLUE value IS 113 (44.53% from 255) = 23.69%
R=33.54%
G=42.77%
B=23.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1602041130.2200.450.289.0147.1562.16
HexA0CC711602D14592f3e
Octal24031416126055241315776
Binary10100000110011001110001101100101101101001011001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CC71; }

 p { color: rgb(160,204,113); }

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

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

 a { background-color: rgb(160,204,113); }

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

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

 span { border-color: rgb(160,204,113); }

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