Html Css Color HEX #AAE149 Conifer

📋 copy color: '#AAE149'

red 170 ◦ green 225 ◦ blue 73

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

Shades of Conifer #AAE149

Tints of Conifer #AAE149

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.08%

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

R = 36.32%
G = 48.08%
B = 15.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#AAE149 (or 0xAAE149) is known color: Conifer. HEX triplet: AA, E1 and 49. RGB value is (170,225,73). Sum of RGB (Red+Green+Blue) = 170+225+73=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE149 is #551EB6. Grayscale: #BFBFBF. Windows color (decimal): -5578423 or 4841898. OLE color: 4841898.

HSL color Cylindrical-coordinate representation of color #AAE149: hue angle of 81.71º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAE149 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 225 73 -
CMYK 0.24 0 0.68 0.12
HSL 81.71º 0.72% 0.58% -
HSV(B) 81.71º 0.68% 0.88% -
XYZ 44.71 62.88 16.08 -
YUV 191.23 61.28 112.86 -
System Red Green Blue C M Y K H S L
Decimal 170 225 73 0.24 0 0.68 0.12 81.71 0.72 0.58
Hex AA E1 49 18 0 44 C 52 48 3A
Octal 252 341 111 30 0 104 14 122 110 72
Binary 10101010 11100001 1001001 11000 0 1000100 1100 1010010 1001000 111010

Color Harmonies of #AAE149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE149

Black with #AAE149

Text Example


Text Example

White with #AAE149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE149; }

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

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

background-color css

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

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

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

border-color css

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

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

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