#A0CC65

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

Shades of Olivine #A0CC65

Tints of Olivine #A0CC65

Color information

#A0CC65 (or 0xA0CC65) is unknown color: approx Olivine. HEX triplet: A0, CC and 65. RGB value is (160,204,101). Sum of RGB (Red+Green+Blue) = 160+204+101=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC65 is #5F339A. Grayscale: #B3B3B3. Windows color (decimal): -6239131 or 6671520. OLE color: 6671520.

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

Color convert

RGB160204101-
CMYK0.2200.500.2
HSL85.63º50.24%59.8%-
HSV(B)85.63º50.49%80%-
XYZ38.4451.620.25-
YUV179.183.92114.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.41%
GREEN value IS 204 (80.08% from 255) = 43.87%
BLUE value IS 101 (39.84% from 255) = 21.72%
R=34.41%
G=43.87%
B=21.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1602041010.2200.500.285.6350.2459.8
HexA0CC65160321456323c
Octal24031414526062241266274
Binary10100000110011001100101101100110010101001010110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CC65; }

 p { color: rgb(160,204,101); }

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

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

 a { background-color: rgb(160,204,101); }

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

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

 span { border-color: rgb(160,204,101); }

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