#A0C27C

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

Shades of Olivine #A0C27C

Tints of Olivine #A0C27C

Color information

#A0C27C (or 0xA0C27C) is unknown color: approx Olivine. HEX triplet: A0, C2 and 7C. RGB value is (160,194,124). Sum of RGB (Red+Green+Blue) = 160+194+124=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C27C is #5F3D83. Grayscale: #B0B0B0. Windows color (decimal): -6241668 or 8176288. OLE color: 8176288.

HSL color Cylindrical-coordinate representation of color #A0C27C: hue angle of 89.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0C27C is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB160194124-
CMYK0.1800.360.24
HSL89.14º36.46%62.35%-
HSV(B)89.14º36.08%76.08%-
XYZ37.4347.5126.27-
YUV175.8598.74116.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.47%
GREEN value IS 194 (76.17% from 255) = 40.59%
BLUE value IS 124 (48.83% from 255) = 25.94%
R=33.47%
G=40.59%
B=25.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601941240.1800.360.2489.1436.4662.35
HexA0C27C120241859243e
Octal24030217422044301314476
Binary10100000110000101111100100100100100110001011001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C27C; }

 p { color: rgb(160,194,124); }

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

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

 a { background-color: rgb(160,194,124); }

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

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

 span { border-color: rgb(160,194,124); }

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