Html Css Color HEX #ADD949 Conifer

📋 copy color: '#ADD949'

red 173 ◦ green 217 ◦ blue 73

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

Shades of Conifer #ADD949

Tints of Conifer #ADD949

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.87%

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

R = 37.37%
G = 46.87%
B = 15.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#ADD949 (or 0xADD949) is known color: Conifer. HEX triplet: AD, D9 and 49. RGB value is (173,217,73). Sum of RGB (Red+Green+Blue) = 173+217+73=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD949 is #5226B6. Grayscale: #BBBBBB. Windows color (decimal): -5383863 or 4839853. OLE color: 4839853.

HSL color Cylindrical-coordinate representation of color #ADD949: hue angle of 78.33º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADD949 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 217 73 -
CMYK 0.20 0 0.66 0.15
HSL 78.33º 0.65% 0.57% -
HSV(B) 78.33º 0.66% 0.85% -
XYZ 43.25 58.99 15.41 -
YUV 187.43 63.42 117.71 -
System Red Green Blue C M Y K H S L
Decimal 173 217 73 0.20 0 0.66 0.15 78.33 0.65 0.57
Hex AD D9 49 14 0 42 F 4E 41 39
Octal 255 331 111 24 0 102 17 116 101 71
Binary 10101101 11011001 1001001 10100 0 1000010 1111 1001110 1000001 111001

Color Harmonies of #ADD949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD949

Black with #ADD949

Text Example


Text Example

White with #ADD949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD949; }

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

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

background-color css

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

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

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

border-color css

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

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

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