Html Css Color HEX #ADD049 Conifer

📋 copy color: '#ADD049'

red 173 ◦ green 208 ◦ blue 73

#ADD049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #ADD049

Tints of Conifer #ADD049

RGB

 RED value IS 173 (67.97% from 255) = 38.11%

 GREEN value IS 208 (81.64% from 255) = 45.81%

 BLUE value IS 73 (28.91% from 255) = 16.08%

R = 38.11%
G = 45.81%
B = 16.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#ADD049 (or 0xADD049) is known color: Conifer. HEX triplet: AD, D0 and 49. RGB value is (173,208,73). Sum of RGB (Red+Green+Blue) = 173+208+73=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD049 is #522FB6. Grayscale: #B6B6B6. Windows color (decimal): -5386167 or 4837549. OLE color: 4837549.

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

Color convert

RGB 173 208 73 -
CMYK 0.17 0 0.65 0.18
HSL 75.56º 0.59% 0.55% -
HSV(B) 75.56º 0.65% 0.82% -
XYZ 40.99 54.48 14.66 -
YUV 182.15 66.4 121.48 -
System Red Green Blue C M Y K H S L
Decimal 173 208 73 0.17 0 0.65 0.18 75.56 0.59 0.55
Hex AD D0 49 11 0 41 12 4C 3B 37
Octal 255 320 111 21 0 101 22 114 73 67
Binary 10101101 11010000 1001001 10001 0 1000001 10010 1001100 111011 110111

Color Harmonies of #ADD049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD049

Black with #ADD049

Text Example


Text Example

White with #ADD049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD049; }

 p { color: rgb(173,208,73); }

 H1.HeaderClassName
 {
   color: #ADD049;
 }
 .AnyTagClassName
 {
   color: #ADD049;
 }
</style>

background-color css

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

 a { background-color: rgb(173,208,73); }

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

border-color css

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

 span { border-color: rgb(173,208,73); }

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