#A7E152

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

Shades of Conifer #A7E152

Tints of Conifer #A7E152

Color information

#A7E152 (or 0xA7E152) is unknown color: approx Conifer. HEX triplet: A7, E1 and 52. RGB value is (167,225,82). Sum of RGB (Red+Green+Blue) = 167+225+82=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 82 (32.42% from 255 or 17.30% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E152 is #581EAD. Grayscale: #BFBFBF. Windows color (decimal): -5775022 or 5431719. OLE color: 5431719.

HSL color Cylindrical-coordinate representation of color #A7E152: hue angle of 84.34º 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 #A7E152 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB16722582-
CMYK0.2600.640.12
HSL84.34º70.44%60.2%-
HSV(B)84.34º63.56%88.24%-
XYZ44.3862.6817.74-
YUV191.3666.28110.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.23%
GREEN value IS 225 (88.28% from 255) = 47.47%
BLUE value IS 82 (32.42% from 255) = 17.30%
R=35.23%
G=47.47%
B=17.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal167225820.2600.640.1284.3470.4460.2
HexA7E1521A040C54463c
Octal2473411223201001412410674
Binary101001111110000110100101101001000000110010101001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E152; }

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

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

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

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

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

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

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

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