Html Css Color HEX #ADDD49 Conifer

📋 copy color: '#ADDD49'

red 173 ◦ green 221 ◦ blue 73

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

Shades of Conifer #ADDD49

Tints of Conifer #ADDD49

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.32%

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

R = 37.04%
G = 47.32%
B = 15.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#ADDD49 (or 0xADDD49) is known color: Conifer. HEX triplet: AD, DD and 49. RGB value is (173,221,73). Sum of RGB (Red+Green+Blue) = 173+221+73=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD49 is #5222B6. Grayscale: #BEBEBE. Windows color (decimal): -5382839 or 4840877. OLE color: 4840877.

HSL color Cylindrical-coordinate representation of color #ADDD49: hue angle of 79.46º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADDD49 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 221 73 -
CMYK 0.22 0 0.67 0.13
HSL 79.46º 0.69% 0.58% -
HSV(B) 79.46º 0.67% 0.87% -
XYZ 44.29 61.08 15.76 -
YUV 189.78 62.1 116.03 -
System Red Green Blue C M Y K H S L
Decimal 173 221 73 0.22 0 0.67 0.13 79.46 0.69 0.58
Hex AD DD 49 16 0 43 D 4F 45 3A
Octal 255 335 111 26 0 103 15 117 105 72
Binary 10101101 11011101 1001001 10110 0 1000011 1101 1001111 1000101 111010

Color Harmonies of #ADDD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD49

Black with #ADDD49

Text Example


Text Example

White with #ADDD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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