#ADE152

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

Shades of Conifer #ADE152

Tints of Conifer #ADE152

Color information

#ADE152 (or 0xADE152) is unknown color: approx Conifer. HEX triplet: AD, E1 and 52. RGB value is (173,225,82). Sum of RGB (Red+Green+Blue) = 173+225+82=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE152 is #521EAD. Grayscale: #C1C1C1. Windows color (decimal): -5381806 or 5431725. OLE color: 5431725.

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

Color convert

RGB17322582-
CMYK0.2300.640.12
HSL81.82º70.44%60.2%-
HSV(B)81.82º63.56%88.24%-
XYZ45.6863.3417.8-
YUV193.1565.27113.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.04%
GREEN value IS 225 (88.28% from 255) = 46.88%
BLUE value IS 82 (32.42% from 255) = 17.08%
R=36.04%
G=46.88%
B=17.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal173225820.2300.640.1281.8270.4460.2
HexADE15217040C52463c
Octal2553411222701001412210674
Binary101011011110000110100101011101000000110010100101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE152; }

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

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

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

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

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

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

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

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