Html Css Color HEX #ADDB49 Conifer

📋 copy color: '#ADDB49'

red 173 ◦ green 219 ◦ blue 73

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

Shades of Conifer #ADDB49

Tints of Conifer #ADDB49

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.1%

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

R = 37.2%
G = 47.1%
B = 15.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#ADDB49 (or 0xADDB49) is known color: Conifer. HEX triplet: AD, DB and 49. RGB value is (173,219,73). Sum of RGB (Red+Green+Blue) = 173+219+73=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB49 is #5224B6. Grayscale: #BDBDBD. Windows color (decimal): -5383351 or 4840365. OLE color: 4840365.

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

Color convert

RGB 173 219 73 -
CMYK 0.21 0 0.67 0.14
HSL 78.9º 0.67% 0.57% -
HSV(B) 78.9º 0.67% 0.86% -
XYZ 43.77 60.03 15.58 -
YUV 188.6 62.76 116.87 -
System Red Green Blue C M Y K H S L
Decimal 173 219 73 0.21 0 0.67 0.14 78.9 0.67 0.57
Hex AD DB 49 15 0 43 E 4F 43 39
Octal 255 333 111 25 0 103 16 117 103 71
Binary 10101101 11011011 1001001 10101 0 1000011 1110 1001111 1000011 111001

Color Harmonies of #ADDB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB49

Black with #ADDB49

Text Example


Text Example

White with #ADDB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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