#AAFF70

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

Shades of Sulu #AAFF70

Tints of Sulu #AAFF70

Color information

#AAFF70 (or 0xAAFF70) is unknown color: approx Sulu. HEX triplet: AA, FF and 70. RGB value is (170,255,112). Sum of RGB (Red+Green+Blue) = 170+255+112=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF70 is #55008F. Grayscale: #D5D5D5. Windows color (decimal): -5570704 or 7405482. OLE color: 7405482.

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

Color convert

RGB170255112-
CMYK0.3300.560
HSL95.66º100%71.96%-
HSV(B)95.66º56.08%100%-
XYZ55.2681.2428.1-
YUV213.2870.8497.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 255 (100% from 255) = 47.49%
BLUE value IS 112 (44.14% from 255) = 20.86%
R=31.66%
G=47.49%
B=20.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702551120.3300.56095.6610071.96
HexAAFF70210380606448
Octal252377160410700140144110
Binary1010101011111111111000010000101110000110000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFF70; }

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

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

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

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

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

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

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

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