Html Css Color HEX #ADDA49 Conifer

📋 copy color: '#ADDA49'

red 173 ◦ green 218 ◦ blue 73

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

Shades of Conifer #ADDA49

Tints of Conifer #ADDA49

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.98%

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

R = 37.28%
G = 46.98%
B = 15.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#ADDA49 (or 0xADDA49) is known color: Conifer. HEX triplet: AD, DA and 49. RGB value is (173,218,73). Sum of RGB (Red+Green+Blue) = 173+218+73=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDA49 is #5225B6. Grayscale: #BCBCBC. Windows color (decimal): -5383607 or 4840109. OLE color: 4840109.

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

Color convert

RGB 173 218 73 -
CMYK 0.21 0 0.67 0.15
HSL 78.62º 0.66% 0.57% -
HSV(B) 78.62º 0.67% 0.85% -
XYZ 43.51 59.51 15.5 -
YUV 188.02 63.09 117.29 -
System Red Green Blue C M Y K H S L
Decimal 173 218 73 0.21 0 0.67 0.15 78.62 0.66 0.57
Hex AD DA 49 15 0 43 F 4F 42 39
Octal 255 332 111 25 0 103 17 117 102 71
Binary 10101101 11011010 1001001 10101 0 1000011 1111 1001111 1000010 111001

Color Harmonies of #ADDA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDA49

Black with #ADDA49

Text Example


Text Example

White with #ADDA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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