#AAFD6F

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

Shades of Sulu #AAFD6F

Tints of Sulu #AAFD6F

Color information

#AAFD6F (or 0xAAFD6F) is unknown color: approx Sulu. HEX triplet: AA, FD and 6F. RGB value is (170,253,111). Sum of RGB (Red+Green+Blue) = 170+253+111=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 111 (43.75% from 255 or 20.79% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD6F is #550290. Grayscale: #D4D4D4. Windows color (decimal): -5571217 or 7339434. OLE color: 7339434.

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

Color convert

RGB170253111-
CMYK0.3300.560.01
HSL95.07º97.26%71.37%-
HSV(B)95.07º56.13%99.22%-
XYZ54.5779.9427.59-
YUV2127198.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.84%
GREEN value IS 253 (99.22% from 255) = 47.38%
BLUE value IS 111 (43.75% from 255) = 20.79%
R=31.84%
G=47.38%
B=20.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702531110.3300.560.0195.0797.2671.37
HexAAFD6F2103815f6147
Octal252375157410701137141107
Binary1010101011111101110111110000101110001101111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFD6F; }

 p { color: rgb(170,253,111); }

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

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

 a { background-color: rgb(170,253,111); }

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

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

 span { border-color: rgb(170,253,111); }

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