#A0EA62

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

Shades of Conifer #A0EA62

Tints of Conifer #A0EA62

Color information

#A0EA62 (or 0xA0EA62) is unknown color: approx Conifer. HEX triplet: A0, EA and 62. RGB value is (160,234,98). Sum of RGB (Red+Green+Blue) = 160+234+98=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EA62 is #5F159D. Grayscale: #C4C4C4. Windows color (decimal): -6231454 or 6482592. OLE color: 6482592.

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

Color convert

RGB16023498-
CMYK0.3200.580.08
HSL92.65º76.4%65.1%-
HSV(B)92.65º58.12%91.76%-
XYZ46.1267.222.1-
YUV196.3772.48102.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.52%
GREEN value IS 234 (91.80% from 255) = 47.56%
BLUE value IS 98 (38.67% from 255) = 19.92%
R=32.52%
G=47.56%
B=19.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal160234980.3200.580.0892.6576.465.1
HexA0EA622003A85d4c41
Octal2403521424007210135114101
Binary1010000011101010110001010000001110101000101110110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EA62; }

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

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

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

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

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

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

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

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