#A0EA4C

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

Shades of Conifer #A0EA4C

Tints of Conifer #A0EA4C

Color information

#A0EA4C (or 0xA0EA4C) is unknown color: approx Conifer. HEX triplet: A0, EA and 4C. RGB value is (160,234,76). Sum of RGB (Red+Green+Blue) = 160+234+76=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 76 (30.08% from 255 or 16.17% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EA4C is #5F15B3. Grayscale: #C2C2C2. Windows color (decimal): -6231476 or 5040800. OLE color: 5040800.

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

Color convert

RGB16023476-
CMYK0.3200.680.08
HSL88.1º79%60.78%-
HSV(B)88.1º67.52%91.76%-
XYZ45.2266.8417.36-
YUV193.8661.48103.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.04%
GREEN value IS 234 (91.80% from 255) = 49.79%
BLUE value IS 76 (30.08% from 255) = 16.17%
R=34.04%
G=49.79%
B=16.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal160234760.3200.680.0888.17960.78
HexA0EA4C200448584f3d
Octal2403521144001041013011775
Binary1010000011101010100110010000001000100100010110001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EA4C; }

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

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

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

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

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

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

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

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