#A0C36F

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

Shades of Olivine #A0C36F

Tints of Olivine #A0C36F

Color information

#A0C36F (or 0xA0C36F) is unknown color: approx Olivine. HEX triplet: A0, C3 and 6F. RGB value is (160,195,111). Sum of RGB (Red+Green+Blue) = 160+195+111=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C36F is #5F3C90. Grayscale: #AFAFAF. Windows color (decimal): -6241425 or 7324576. OLE color: 7324576.

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

Color convert

RGB160195111-
CMYK0.1800.430.24
HSL85º41.18%60%-
HSV(B)85º43.08%76.47%-
XYZ36.8847.6522.29-
YUV174.9691.9117.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.33%
GREEN value IS 195 (76.56% from 255) = 41.85%
BLUE value IS 111 (43.75% from 255) = 23.82%
R=34.33%
G=41.85%
B=23.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601951110.1800.430.248541.1860
HexA0C36F1202B1855293c
Octal24030315722053301255174
Binary10100000110000111101111100100101011110001010101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C36F; }

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

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

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

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

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

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

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

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