Html Css Color HEX #AAD849 Conifer

📋 copy color: '#AAD849'

red 170 ◦ green 216 ◦ blue 73

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

Shades of Conifer #AAD849

Tints of Conifer #AAD849

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.06%

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

R = 37.04%
G = 47.06%
B = 15.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#AAD849 (or 0xAAD849) is known color: Conifer. HEX triplet: AA, D8 and 49. RGB value is (170,216,73). Sum of RGB (Red+Green+Blue) = 170+216+73=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD849 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD849 is #5527B6. Grayscale: #BABABA. Windows color (decimal): -5580727 or 4839594. OLE color: 4839594.

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

Color convert

RGB 170 216 73 -
CMYK 0.21 0 0.66 0.15
HSL 79.3º 0.65% 0.57% -
HSV(B) 79.3º 0.66% 0.85% -
XYZ 42.34 58.14 15.29 -
YUV 185.94 64.26 116.63 -
System Red Green Blue C M Y K H S L
Decimal 170 216 73 0.21 0 0.66 0.15 79.3 0.65 0.57
Hex AA D8 49 15 0 42 F 4F 41 39
Octal 252 330 111 25 0 102 17 117 101 71
Binary 10101010 11011000 1001001 10101 0 1000010 1111 1001111 1000001 111001

Color Harmonies of #AAD849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD849

Black with #AAD849

Text Example


Text Example

White with #AAD849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD849; }

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

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

background-color css

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

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

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

border-color css

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

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

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