#AAFC6B

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

Shades of Sulu #AAFC6B

Tints of Sulu #AAFC6B

Color information

#AAFC6B (or 0xAAFC6B) is unknown color: approx Sulu. HEX triplet: AA, FC and 6B. RGB value is (170,252,107). Sum of RGB (Red+Green+Blue) = 170+252+107=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC6B is #550394. Grayscale: #D3D3D3. Windows color (decimal): -5571477 or 7077034. OLE color: 7077034.

HSL color Cylindrical-coordinate representation of color #AAFC6B: hue angle of 93.93º degrees, saturation: 0.96, 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 #AAFC6B is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB170252107-
CMYK0.3300.580.01
HSL93.93º96.03%70.39%-
HSV(B)93.93º57.54%98.82%-
XYZ54.0479.2326.35-
YUV210.9569.3398.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.14%
GREEN value IS 252 (98.83% from 255) = 47.64%
BLUE value IS 107 (42.19% from 255) = 20.23%
R=32.14%
G=47.64%
B=20.23%

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
Decimal1702521070.3300.580.0193.9396.0370.39
HexAAFC6B2103A15e6046
Octal252374153410721136140106
Binary1010101011111100110101110000101110101101111011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFC6B; }

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

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

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

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

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

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

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

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