#ADDE45

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

Shades of Conifer #ADDE45

Tints of Conifer #ADDE45

Color information

#ADDE45 (or 0xADDE45) is unknown color: approx Conifer. HEX triplet: AD, DE and 45. RGB value is (173,222,69). Sum of RGB (Red+Green+Blue) = 173+222+69=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 222 (87.11% from 255 or 47.84% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDE45 is #5221BA. Grayscale: #BEBEBE. Windows color (decimal): -5382587 or 4578989. OLE color: 4578989.

HSL color Cylindrical-coordinate representation of color #ADDE45: hue angle of 79.22º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADDE45 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB17322269-
CMYK0.2200.690.13
HSL79.22º69.86%57.06%-
HSV(B)79.22º68.92%87.06%-
XYZ44.4361.5615.17-
YUV189.9159.77115.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 222 (87.11% from 255) = 47.84%
BLUE value IS 69 (27.34% from 255) = 14.87%
R=37.28%
G=47.84%
B=14.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal173222690.2200.690.1379.2269.8657.06
HexADDE4516045D4f4639
Octal2553361052601051511710671
Binary101011011101111010001011011001000101110110011111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDE45; }

 p { color: rgb(173,222,69); }

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

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

 a { background-color: rgb(173,222,69); }

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

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

 span { border-color: rgb(173,222,69); }

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