Html Css Color HEX #AADA49 Conifer

📋 copy color: '#AADA49'

red 170 ◦ green 218 ◦ blue 73

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

Shades of Conifer #AADA49

Tints of Conifer #AADA49

RGB

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

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

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

R = 36.88%
G = 47.29%
B = 15.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#AADA49 (or 0xAADA49) is known color: Conifer. HEX triplet: AA, DA and 49. RGB value is (170,218,73). Sum of RGB (Red+Green+Blue) = 170+218+73=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADA49 is #5525B6. Grayscale: #BBBBBB. Windows color (decimal): -5580215 or 4840106. OLE color: 4840106.

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

Color convert

RGB 170 218 73 -
CMYK 0.22 0 0.67 0.15
HSL 79.86º 0.66% 0.57% -
HSV(B) 79.86º 0.67% 0.85% -
XYZ 42.85 59.17 15.47 -
YUV 187.12 63.6 115.79 -
System Red Green Blue C M Y K H S L
Decimal 170 218 73 0.22 0 0.67 0.15 79.86 0.66 0.57
Hex AA DA 49 16 0 43 F 50 42 39
Octal 252 332 111 26 0 103 17 120 102 71
Binary 10101010 11011010 1001001 10110 0 1000011 1111 1010000 1000010 111001

Color Harmonies of #AADA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA49

Black with #AADA49

Text Example


Text Example

White with #AADA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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