#aae351

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

Shades of Conifer #AAE351

Tints of Conifer #AAE351

Color information

#AAE351 (or 0xAAE351) is unknown color: approx Conifer. HEX triplet: AA, E3 and 51. RGB value is (170,227,81). Sum of RGB (Red+Green+Blue) = 170+227+81=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 81 (32.03% from 255 or 16.95% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE351 is #551CAE. Grayscale: #C1C1C1. Windows color (decimal): -5577903 or 5366698. OLE color: 5366698.

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

Color convert

RGB17022781-
CMYK0.2500.640.11
HSL83.42º72.28%60.39%-
HSV(B)83.42º64.32%89.02%-
XYZ45.5364.0817.75-
YUV193.3164.62111.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 227 (89.06% from 255) = 47.49%
BLUE value IS 81 (32.03% from 255) = 16.95%
R=35.56%
G=47.49%
B=16.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal170227810.2500.640.1183.4272.2860.39
HexAAE35119040B53483c
Octal2523431213101001312311074
Binary101010101110001110100011100101000000101110100111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aae351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aae351; }

 p { color: rgb(170,227,81); }

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

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

 a { background-color: rgb(170,227,81); }

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

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

 span { border-color: rgb(170,227,81); }

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