Html Css Color HEX #AAD449 Conifer

📋 copy color: '#AAD449'

red 170 ◦ green 212 ◦ blue 73

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

Shades of Conifer #AAD449

Tints of Conifer #AAD449

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.59%

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

R = 37.36%
G = 46.59%
B = 16.04%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#AAD449 (or 0xAAD449) is known color: Conifer. HEX triplet: AA, D4 and 49. RGB value is (170,212,73). Sum of RGB (Red+Green+Blue) = 170+212+73=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD449 is #552BB6. Grayscale: #B8B8B8. Windows color (decimal): -5581751 or 4838570. OLE color: 4838570.

HSL color Cylindrical-coordinate representation of color #AAD449: hue angle of 78.13º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAD449 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 73 -
CMYK 0.20 0 0.66 0.17
HSL 78.13º 0.62% 0.56% -
HSV(B) 78.13º 0.66% 0.83% -
XYZ 41.32 56.11 14.96 -
YUV 183.6 65.59 118.3 -
System Red Green Blue C M Y K H S L
Decimal 170 212 73 0.20 0 0.66 0.17 78.13 0.62 0.56
Hex AA D4 49 14 0 42 11 4E 3E 38
Octal 252 324 111 24 0 102 21 116 76 70
Binary 10101010 11010100 1001001 10100 0 1000010 10001 1001110 111110 111000

Color Harmonies of #AAD449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD449

Black with #AAD449

Text Example


Text Example

White with #AAD449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD449; }

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

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

background-color css

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

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

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

border-color css

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

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

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