#A0CD62

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

Shades of Olivine #A0CD62

Tints of Olivine #A0CD62

Color information

#A0CD62 (or 0xA0CD62) is unknown color: approx Olivine. HEX triplet: A0, CD and 62. RGB value is (160,205,98). Sum of RGB (Red+Green+Blue) = 160+205+98=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CD62 is #5F329D. Grayscale: #B3B3B3. Windows color (decimal): -6238878 or 6475168. OLE color: 6475168.

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

Color convert

RGB16020598-
CMYK0.2200.520.20
HSL85.23º51.69%59.41%-
HSV(B)85.23º52.2%80.39%-
XYZ38.5352.0219.56-
YUV179.3582.09114.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.56%
GREEN value IS 205 (80.47% from 255) = 44.28%
BLUE value IS 98 (38.67% from 255) = 21.17%
R=34.56%
G=44.28%
B=21.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal160205980.2200.520.2085.2351.6959.41
HexA0CD62160341455343b
Octal24031514226064241256473
Binary10100000110011011100010101100110100101001010101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CD62; }

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

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

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

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

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

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

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

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