#A0EA4F

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

Shades of Conifer #A0EA4F

Tints of Conifer #A0EA4F

Color information

#A0EA4F (or 0xA0EA4F) is unknown color: approx Conifer. HEX triplet: A0, EA and 4F. RGB value is (160,234,79). Sum of RGB (Red+Green+Blue) = 160+234+79=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 79 (31.25% from 255 or 16.70% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EA4F is #5F15B0. Grayscale: #C2C2C2. Windows color (decimal): -6231473 or 5237408. OLE color: 5237408.

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

Color convert

RGB16023479-
CMYK0.3200.660.08
HSL88.65º78.68%61.37%-
HSV(B)88.65º66.24%91.76%-
XYZ45.3366.8817.92-
YUV194.262.98103.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.83%
GREEN value IS 234 (91.80% from 255) = 49.47%
BLUE value IS 79 (31.25% from 255) = 16.70%
R=33.83%
G=49.47%
B=16.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal160234790.3200.660.0888.6578.6861.37
HexA0EA4F200428594f3d
Octal2403521174001021013111775
Binary1010000011101010100111110000001000010100010110011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EA4F; }

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

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

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

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

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

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

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

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