#ADE147

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

Shades of Conifer #ADE147

Tints of Conifer #ADE147

Color information

#ADE147 (or 0xADE147) is unknown color: approx Conifer. HEX triplet: AD, E1 and 47. RGB value is (173,225,71). Sum of RGB (Red+Green+Blue) = 173+225+71=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 71 (28.12% from 255 or 15.14% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE147 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE147 is #521EB8. Grayscale: #C0C0C0. Windows color (decimal): -5381817 or 4710829. OLE color: 4710829.

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

Color convert

RGB17322571-
CMYK0.2300.680.12
HSL80.26º71.96%58.04%-
HSV(B)80.26º68.44%88.24%-
XYZ45.363.1915.77-
YUV191.959.77114.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 225 (88.28% from 255) = 47.97%
BLUE value IS 71 (28.12% from 255) = 15.14%
R=36.89%
G=47.97%
B=15.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal173225710.2300.680.1280.2671.9658.04
HexADE14717044C50483a
Octal2553411072701041412011072
Binary101011011110000110001111011101000100110010100001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE147; }

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

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

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

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

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

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

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

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