#A0EA60

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

Shades of Conifer #A0EA60

Tints of Conifer #A0EA60

Color information

#A0EA60 (or 0xA0EA60) is unknown color: approx Conifer. HEX triplet: A0, EA and 60. RGB value is (160,234,96). Sum of RGB (Red+Green+Blue) = 160+234+96=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EA60 is #5F159F. Grayscale: #C4C4C4. Windows color (decimal): -6231456 or 6351520. OLE color: 6351520.

HSL color Cylindrical-coordinate representation of color #A0EA60: hue angle of 92.17º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0EA60 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB16023496-
CMYK0.3200.590.08
HSL92.17º76.67%64.71%-
HSV(B)92.17º58.97%91.76%-
XYZ46.0367.1621.6-
YUV196.1471.48102.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.65%
GREEN value IS 234 (91.80% from 255) = 47.76%
BLUE value IS 96 (37.89% from 255) = 19.59%
R=32.65%
G=47.76%
B=19.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal160234960.3200.590.0892.1776.6764.71
HexA0EA602003B85c4d41
Octal2403521404007310134115101
Binary1010000011101010110000010000001110111000101110010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EA60; }

 p { color: rgb(160,234,96); }

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

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

 a { background-color: rgb(160,234,96); }

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

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

 span { border-color: rgb(160,234,96); }

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