#A4E152

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

Shades of Conifer #A4E152

Tints of Conifer #A4E152

Color information

#A4E152 (or 0xA4E152) is unknown color: approx Conifer. HEX triplet: A4, E1 and 52. RGB value is (164,225,82). Sum of RGB (Red+Green+Blue) = 164+225+82=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 82 (32.42% from 255 or 17.41% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E152 is #5B1EAD. Grayscale: #BEBEBE. Windows color (decimal): -5971630 or 5431716. OLE color: 5431716.

HSL color Cylindrical-coordinate representation of color #A4E152: hue angle of 85.59º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4E152 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB16422582-
CMYK0.2700.640.12
HSL85.59º70.44%60.2%-
HSV(B)85.59º63.56%88.24%-
XYZ43.7662.3517.71-
YUV190.4666.79109.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 225 (88.28% from 255) = 47.77%
BLUE value IS 82 (32.42% from 255) = 17.41%
R=34.82%
G=47.77%
B=17.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal164225820.2700.640.1285.5970.4460.2
HexA4E1521B040C56463c
Octal2443411223301001412610674
Binary101001001110000110100101101101000000110010101101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E152; }

 p { color: rgb(164,225,82); }

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

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

 a { background-color: rgb(164,225,82); }

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

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

 span { border-color: rgb(164,225,82); }

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