#AAE752

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

Shades of Conifer #AAE752

Tints of Conifer #AAE752

Color information

#AAE752 (or 0xAAE752) is unknown color: approx Conifer. HEX triplet: AA, E7 and 52. RGB value is (170,231,82). Sum of RGB (Red+Green+Blue) = 170+231+82=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 231 (90.62% from 255 or 47.83% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE752 is #5518AD. Grayscale: #C4C4C4. Windows color (decimal): -5576878 or 5433258. OLE color: 5433258.

HSL color Cylindrical-coordinate representation of color #AAE752: hue angle of 84.56º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAE752 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB17023182-
CMYK0.2600.650.09
HSL84.56º75.63%61.37%-
HSV(B)84.56º64.5%90.59%-
XYZ46.6866.3118.32-
YUV195.7763.79109.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 231 (90.62% from 255) = 47.83%
BLUE value IS 82 (32.42% from 255) = 16.98%
R=35.20%
G=47.83%
B=16.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal170231820.2600.650.0984.5675.6361.37
HexAAE7521A0419554c3d
Octal2523471223201011112511475
Binary101010101110011110100101101001000001100110101011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE752; }

 p { color: rgb(170,231,82); }

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

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

 a { background-color: rgb(170,231,82); }

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

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

 span { border-color: rgb(170,231,82); }

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