#ADD25B

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

Shades of Conifer #ADD25B

Tints of Conifer #ADD25B

Color information

#ADD25B (or 0xADD25B) is unknown color: approx Conifer. HEX triplet: AD, D2 and 5B. RGB value is (173,210,91). Sum of RGB (Red+Green+Blue) = 173+210+91=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 91 (35.94% from 255 or 19.20% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD25B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD25B is #522DA4. Grayscale: #B9B9B9. Windows color (decimal): -5385637 or 6017709. OLE color: 6017709.

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

Color convert

RGB17321091-
CMYK0.1800.570.18
HSL78.66º56.94%59.02%-
HSV(B)78.66º56.67%82.35%-
XYZ42.1755.7318.43-
YUV185.3774.74119.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 210 (82.42% from 255) = 44.30%
BLUE value IS 91 (35.94% from 255) = 19.20%
R=36.50%
G=44.30%
B=19.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal173210910.1800.570.1878.6656.9459.02
HexADD25B12039124f393b
Octal25532213322071221177173
Binary10101101110100101011011100100111001100101001111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD25B; }

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

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

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

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

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

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

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

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