#AAFD6A

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

Shades of Sulu #AAFD6A

Tints of Sulu #AAFD6A

Color information

#AAFD6A (or 0xAAFD6A) is unknown color: approx Sulu. HEX triplet: AA, FD and 6A. RGB value is (170,253,106). Sum of RGB (Red+Green+Blue) = 170+253+106=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD6A is #550295. Grayscale: #D3D3D3. Windows color (decimal): -5571222 or 7011754. OLE color: 7011754.

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

Color convert

RGB170253106-
CMYK0.3300.580.01
HSL93.88º97.35%70.39%-
HSV(B)93.88º58.1%99.22%-
XYZ54.379.8426.18-
YUV211.4268.598.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.14%
GREEN value IS 253 (99.22% from 255) = 47.83%
BLUE value IS 106 (41.80% from 255) = 20.04%
R=32.14%
G=47.83%
B=20.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702531060.3300.580.0193.8897.3570.39
HexAAFD6A2103A15e6146
Octal252375152410721136141106
Binary1010101011111101110101010000101110101101111011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFD6A; }

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

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

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

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

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

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

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

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