Html Css Color HEX #AAD949 Conifer

📋 copy color: '#AAD949'

red 170 ◦ green 217 ◦ blue 73

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

Shades of Conifer #AAD949

Tints of Conifer #AAD949

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.17%

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

R = 36.96%
G = 47.17%
B = 15.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#AAD949 (or 0xAAD949) is known color: Conifer. HEX triplet: AA, D9 and 49. RGB value is (170,217,73). Sum of RGB (Red+Green+Blue) = 170+217+73=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD949 is #5526B6. Grayscale: #BBBBBB. Windows color (decimal): -5580471 or 4839850. OLE color: 4839850.

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

Color convert

RGB 170 217 73 -
CMYK 0.22 0 0.66 0.15
HSL 79.58º 0.65% 0.57% -
HSV(B) 79.58º 0.66% 0.85% -
XYZ 42.59 58.65 15.38 -
YUV 186.53 63.93 116.21 -
System Red Green Blue C M Y K H S L
Decimal 170 217 73 0.22 0 0.66 0.15 79.58 0.65 0.57
Hex AA D9 49 16 0 42 F 50 41 39
Octal 252 331 111 26 0 102 17 120 101 71
Binary 10101010 11011001 1001001 10110 0 1000010 1111 1010000 1000001 111001

Color Harmonies of #AAD949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD949

Black with #AAD949

Text Example


Text Example

White with #AAD949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD949; }

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

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

background-color css

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

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

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

border-color css

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

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

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