#ADD253

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

Shades of Conifer #ADD253

Tints of Conifer #ADD253

Color information

#ADD253 (or 0xADD253) is unknown color: approx Conifer. HEX triplet: AD, D2 and 53. RGB value is (173,210,83). Sum of RGB (Red+Green+Blue) = 173+210+83=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD253 is #522DAC. Grayscale: #B8B8B8. Windows color (decimal): -5385645 or 5493421. OLE color: 5493421.

HSL color Cylindrical-coordinate representation of color #ADD253: hue angle of 77.48º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADD253 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB17321083-
CMYK0.1800.600.18
HSL77.48º58.53%57.45%-
HSV(B)77.48º60.48%82.35%-
XYZ41.8455.616.71-
YUV184.4670.74119.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 210 (82.42% from 255) = 45.06%
BLUE value IS 83 (32.81% from 255) = 17.81%
R=37.12%
G=45.06%
B=17.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal173210830.1800.600.1877.4858.5357.45
HexADD2531203C124d3b39
Octal25532212322074221157371
Binary10101101110100101010011100100111100100101001101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD253; }

 p { color: rgb(173,210,83); }

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

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

 a { background-color: rgb(173,210,83); }

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

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

 span { border-color: rgb(173,210,83); }

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