#AAFE71

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

Shades of Sulu #AAFE71

Tints of Sulu #AAFE71

Color information

#AAFE71 (or 0xAAFE71) is unknown color: approx Sulu. HEX triplet: AA, FE and 71. RGB value is (170,254,113). Sum of RGB (Red+Green+Blue) = 170+254+113=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFE71 is #55018E. Grayscale: #D5D5D5. Windows color (decimal): -5570959 or 7470762. OLE color: 7470762.

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

Color convert

RGB170254113-
CMYK0.3300.560.00
HSL95.74º98.6%71.96%-
HSV(B)95.74º55.51%99.61%-
XYZ5580.6228.29-
YUV212.8171.6797.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 254 (99.61% from 255) = 47.30%
BLUE value IS 113 (44.53% from 255) = 21.04%
R=31.66%
G=47.30%
B=21.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702541130.3300.560.0095.7498.671.96
HexAAFE71210380606348
Octal252376161410700140143110
Binary1010101011111110111000110000101110000110000011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFE71; }

 p { color: rgb(170,254,113); }

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

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

 a { background-color: rgb(170,254,113); }

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

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

 span { border-color: rgb(170,254,113); }

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