#AAE249

Color #AAE249 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AAE249

Tints of Conifer #AAE249

Color information

#AAE249 (or 0xAAE249) is unknown color: approx Conifer. HEX triplet: AA, E2 and 49. RGB value is (170,226,73). Sum of RGB (Red+Green+Blue) = 170+226+73=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 73 (28.91% from 255 or 15.57% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE249 is #551DB6. Grayscale: #C0C0C0. Windows color (decimal): -5578167 or 4842154. OLE color: 4842154.

HSL color Cylindrical-coordinate representation of color #AAE249: hue angle of 81.96º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAE249 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB17022673-
CMYK0.2500.680.11
HSL81.96º72.51%58.63%-
HSV(B)81.96º67.7%88.63%-
XYZ44.9863.4216.17-
YUV191.8160.95112.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 226 (88.67% from 255) = 48.19%
BLUE value IS 73 (28.91% from 255) = 15.57%
R=36.25%
G=48.19%
B=15.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal170226730.2500.680.1181.9672.5158.63
HexAAE24919044B52493b
Octal2523421113101041312211173
Binary101010101110001010010011100101000100101110100101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE249; }

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

 H1.HeaderClassName
 {
   color: #AAE249;
 }
 .AnyTagClassName
 {
   color: #AAE249;
 }
</style>
background-color css

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

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

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

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

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

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