#AAF76B

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

Shades of Sulu #AAF76B

Tints of Sulu #AAF76B

Color information

#AAF76B (or 0xAAF76B) is unknown color: approx Sulu. HEX triplet: AA, F7 and 6B. RGB value is (170,247,107). Sum of RGB (Red+Green+Blue) = 170+247+107=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 247 (96.88% from 255 or 47.14% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF76B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF76B is #550894. Grayscale: #D0D0D0. Windows color (decimal): -5572757 or 7075754. OLE color: 7075754.

HSL color Cylindrical-coordinate representation of color #AAF76B: hue angle of 93º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAF76B is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB170247107-
CMYK0.3100.570.03
HSL93º89.74%69.41%-
HSV(B)93º56.68%96.86%-
XYZ52.4976.1325.84-
YUV208.0270.99100.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 247 (96.88% from 255) = 47.14%
BLUE value IS 107 (42.19% from 255) = 20.42%
R=32.44%
G=47.14%
B=20.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702471070.3100.570.039389.7469.41
HexAAF76B1F03935d5a45
Octal252367153370713135132105
Binary1010101011110111110101111111011100111101110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF76B; }

 p { color: rgb(170,247,107); }

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

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

 a { background-color: rgb(170,247,107); }

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

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

 span { border-color: rgb(170,247,107); }

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