#A0CD63

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

Shades of Olivine #A0CD63

Tints of Olivine #A0CD63

Color information

#A0CD63 (or 0xA0CD63) is unknown color: approx Olivine. HEX triplet: A0, CD and 63. RGB value is (160,205,99). Sum of RGB (Red+Green+Blue) = 160+205+99=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CD63 is #5F329C. Grayscale: #B3B3B3. Windows color (decimal): -6238877 or 6540704. OLE color: 6540704.

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

Color convert

RGB16020599-
CMYK0.2200.520.20
HSL85.47º51.46%59.61%-
HSV(B)85.47º51.71%80.39%-
XYZ38.5852.0419.82-
YUV179.4682.59114.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 205 (80.47% from 255) = 44.18%
BLUE value IS 99 (39.06% from 255) = 21.34%
R=34.48%
G=44.18%
B=21.34%

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
Decimal160205990.2200.520.2085.4751.4659.61
HexA0CD63160341455333c
Octal24031514326064241256374
Binary10100000110011011100011101100110100101001010101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CD63; }

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

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

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

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

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

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

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

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