#AAFF6E

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

Shades of Sulu #AAFF6E

Tints of Sulu #AAFF6E

Color information

#AAFF6E (or 0xAAFF6E) is unknown color: approx Sulu. HEX triplet: AA, FF and 6E. RGB value is (170,255,110). Sum of RGB (Red+Green+Blue) = 170+255+110=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF6E is #550091. Grayscale: #D5D5D5. Windows color (decimal): -5570706 or 7274410. OLE color: 7274410.

HSL color Cylindrical-coordinate representation of color #AAFF6E: hue angle of 95.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAFF6E is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.

Color convert

RGB170255110-
CMYK0.3300.570
HSL95.17º100%71.57%-
HSV(B)95.17º56.86%100%-
XYZ55.1581.1927.52-
YUV213.0569.8497.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 255 (100% from 255) = 47.66%
BLUE value IS 110 (43.36% from 255) = 20.56%
R=31.78%
G=47.66%
B=20.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702551100.3300.57095.1710071.57
HexAAFF6E2103905f6448
Octal252377156410710137144110
Binary1010101011111111110111010000101110010101111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFF6E; }

 p { color: rgb(170,255,110); }

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

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

 a { background-color: rgb(170,255,110); }

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

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

 span { border-color: rgb(170,255,110); }

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