Html Css Color HEX #ADDC49 Conifer

📋 copy color: '#ADDC49'

red 173 ◦ green 220 ◦ blue 73

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

Shades of Conifer #ADDC49

Tints of Conifer #ADDC49

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.21%

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

R = 37.12%
G = 47.21%
B = 15.67%

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

#ADDC49 (or 0xADDC49) is known color: Conifer. HEX triplet: AD, DC and 49. RGB value is (173,220,73). Sum of RGB (Red+Green+Blue) = 173+220+73=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC49 is #5223B6. Grayscale: #BDBDBD. Windows color (decimal): -5383095 or 4840621. OLE color: 4840621.

HSL color Cylindrical-coordinate representation of color #ADDC49: hue angle of 79.18º degrees, saturation: 0.68, 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 #ADDC49 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 73 -
CMYK 0.21 0 0.67 0.14
HSL 79.18º 0.68% 0.57% -
HSV(B) 79.18º 0.67% 0.86% -
XYZ 44.03 60.55 15.67 -
YUV 189.19 62.43 116.45 -
System Red Green Blue C M Y K H S L
Decimal 173 220 73 0.21 0 0.67 0.14 79.18 0.68 0.57
Hex AD DC 49 15 0 43 E 4F 44 39
Octal 255 334 111 25 0 103 16 117 104 71
Binary 10101101 11011100 1001001 10101 0 1000011 1110 1001111 1000100 111001

Color Harmonies of #ADDC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC49

Black with #ADDC49

Text Example


Text Example

White with #ADDC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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