#A0E14A

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

Shades of Conifer #A0E14A

Tints of Conifer #A0E14A

Color information

#A0E14A (or 0xA0E14A) is unknown color: approx Conifer. HEX triplet: A0, E1 and 4A. RGB value is (160,225,74). Sum of RGB (Red+Green+Blue) = 160+225+74=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E14A is #5F1EB5. Grayscale: #BCBCBC. Windows color (decimal): -6233782 or 4907424. OLE color: 4907424.

HSL color Cylindrical-coordinate representation of color #A0E14A: hue angle of 85.83º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0E14A is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB16022574-
CMYK0.2900.670.12
HSL85.83º71.56%58.63%-
HSV(B)85.83º67.11%88.24%-
XYZ42.6661.8216.16-
YUV188.3563.47107.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 225 (88.28% from 255) = 49.02%
BLUE value IS 74 (29.30% from 255) = 16.12%
R=34.86%
G=49.02%
B=16.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal160225740.2900.670.1285.8371.5658.63
HexA0E14A1D043C56483b
Octal2403411123501031412611073
Binary101000001110000110010101110101000011110010101101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E14A; }

 p { color: rgb(160,225,74); }

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

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

 a { background-color: rgb(160,225,74); }

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

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

 span { border-color: rgb(160,225,74); }

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