#A0C16E

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

Shades of Olivine #A0C16E

Tints of Olivine #A0C16E

Color information

#A0C16E (or 0xA0C16E) is unknown color: approx Olivine. HEX triplet: A0, C1 and 6E. RGB value is (160,193,110). Sum of RGB (Red+Green+Blue) = 160+193+110=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C16E is #5F3E91. Grayscale: #ADADAD. Windows color (decimal): -6241938 or 7258528. OLE color: 7258528.

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

Color convert

RGB160193110-
CMYK0.1700.430.24
HSL83.86º40.1%59.41%-
HSV(B)83.86º43.01%75.69%-
XYZ36.3846.7421.86-
YUV173.6792.07118.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.56%
GREEN value IS 193 (75.78% from 255) = 41.68%
BLUE value IS 110 (43.36% from 255) = 23.76%
R=34.56%
G=41.68%
B=23.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601931100.1700.430.2483.8640.159.41
HexA0C16E1102B1854283b
Octal24030115621053301245073
Binary10100000110000011101110100010101011110001010100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C16E; }

 p { color: rgb(160,193,110); }

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

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

 a { background-color: rgb(160,193,110); }

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

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

 span { border-color: rgb(160,193,110); }

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