Html Css Color HEX #AADC49 Conifer

📋 copy color: '#AADC49'

red 170 ◦ green 220 ◦ blue 73

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

Shades of Conifer #AADC49

Tints of Conifer #AADC49

RGB

 RED value IS 170 (66.8% from 255) = 36.72%

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

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

R = 36.72%
G = 47.52%
B = 15.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#AADC49 (or 0xAADC49) is known color: Conifer. HEX triplet: AA, DC and 49. RGB value is (170,220,73). Sum of RGB (Red+Green+Blue) = 170+220+73=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC49 is #5523B6. Grayscale: #BCBCBC. Windows color (decimal): -5579703 or 4840618. OLE color: 4840618.

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

Color convert

RGB 170 220 73 -
CMYK 0.23 0 0.67 0.14
HSL 80.41º 0.68% 0.57% -
HSV(B) 80.41º 0.67% 0.86% -
XYZ 43.37 60.21 15.64 -
YUV 188.29 62.94 114.95 -
System Red Green Blue C M Y K H S L
Decimal 170 220 73 0.23 0 0.67 0.14 80.41 0.68 0.57
Hex AA DC 49 17 0 43 E 50 44 39
Octal 252 334 111 27 0 103 16 120 104 71
Binary 10101010 11011100 1001001 10111 0 1000011 1110 1010000 1000100 111001

Color Harmonies of #AADC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC49

Black with #AADC49

Text Example


Text Example

White with #AADC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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