#A0EA51

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

Shades of Conifer #A0EA51

Tints of Conifer #A0EA51

Color information

#A0EA51 (or 0xA0EA51) is unknown color: approx Conifer. HEX triplet: A0, EA and 51. RGB value is (160,234,81). Sum of RGB (Red+Green+Blue) = 160+234+81=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 81 (32.03% from 255 or 17.05% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA51 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EA51 is #5F15AE. Grayscale: #C2C2C2. Windows color (decimal): -6231471 or 5368480. OLE color: 5368480.

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

Color convert

RGB16023481-
CMYK0.3200.650.08
HSL89.02º78.46%61.76%-
HSV(B)89.02º65.38%91.76%-
XYZ45.4166.9118.31-
YUV194.4363.98103.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.68%
GREEN value IS 234 (91.80% from 255) = 49.26%
BLUE value IS 81 (32.03% from 255) = 17.05%
R=33.68%
G=49.26%
B=17.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal160234810.3200.650.0889.0278.4661.76
HexA0EA51200418594e3e
Octal2403521214001011013111676
Binary1010000011101010101000110000001000001100010110011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EA51; }

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

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

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

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

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

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

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

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