#A0C37F

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

Shades of Olivine #A0C37F

Tints of Olivine #A0C37F

Color information

#A0C37F (or 0xA0C37F) is unknown color: approx Olivine. HEX triplet: A0, C3 and 7F. RGB value is (160,195,127). Sum of RGB (Red+Green+Blue) = 160+195+127=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C37F is #5F3C80. Grayscale: #B1B1B1. Windows color (decimal): -6241409 or 8373152. OLE color: 8373152.

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

Color convert

RGB160195127-
CMYK0.1800.350.24
HSL90.88º36.17%63.14%-
HSV(B)90.88º34.87%76.47%-
XYZ37.8448.0427.36-
YUV176.7899.9116.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.20%
GREEN value IS 195 (76.56% from 255) = 40.46%
BLUE value IS 127 (50% from 255) = 26.35%
R=33.20%
G=40.46%
B=26.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601951270.1800.350.2490.8836.1763.14
HexA0C37F12023185b243f
Octal24030317722043301334477
Binary10100000110000111111111100100100011110001011011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C37F; }

 p { color: rgb(160,195,127); }

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

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

 a { background-color: rgb(160,195,127); }

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

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

 span { border-color: rgb(160,195,127); }

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