#A0CB62

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

Shades of Olivine #A0CB62

Tints of Olivine #A0CB62

Color information

#A0CB62 (or 0xA0CB62) is unknown color: approx Olivine. HEX triplet: A0, CB and 62. RGB value is (160,203,98). Sum of RGB (Red+Green+Blue) = 160+203+98=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB62 is #5F349D. Grayscale: #B2B2B2. Windows color (decimal): -6239390 or 6474656. OLE color: 6474656.

HSL color Cylindrical-coordinate representation of color #A0CB62: hue angle of 84.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0CB62 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB16020398-
CMYK0.2100.520.20
HSL84.57º50.24%59.02%-
HSV(B)84.57º51.72%79.61%-
XYZ38.0651.0719.41-
YUV178.1782.75115.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 203 (79.69% from 255) = 44.03%
BLUE value IS 98 (38.67% from 255) = 21.26%
R=34.71%
G=44.03%
B=21.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal160203980.2100.520.2084.5750.2459.02
HexA0CB62150341455323b
Octal24031314225064241256273
Binary10100000110010111100010101010110100101001010101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CB62; }

 p { color: rgb(160,203,98); }

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

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

 a { background-color: rgb(160,203,98); }

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

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

 span { border-color: rgb(160,203,98); }

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