#ADD545

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

Shades of Conifer #ADD545

Tints of Conifer #ADD545

Color information

#ADD545 (or 0xADD545) is unknown color: approx Conifer. HEX triplet: AD, D5 and 45. RGB value is (173,213,69). Sum of RGB (Red+Green+Blue) = 173+213+69=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD545 is #522ABA. Grayscale: #B9B9B9. Windows color (decimal): -5384891 or 4576685. OLE color: 4576685.

HSL color Cylindrical-coordinate representation of color #ADD545: hue angle of 76.67º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADD545 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB17321369-
CMYK0.1900.680.16
HSL76.67º63.16%55.29%-
HSV(B)76.67º67.61%83.53%-
XYZ42.156.914.39-
YUV184.6262.75119.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 213 (83.59% from 255) = 46.81%
BLUE value IS 69 (27.34% from 255) = 15.16%
R=38.02%
G=46.81%
B=15.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal173213690.1900.680.1676.6763.1655.29
HexADD54513044104d3f37
Octal255325105230104201157767
Binary101011011101010110001011001101000100100001001101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD545; }

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

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

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

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

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

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

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

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