#AAFC6C

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

Shades of Sulu #AAFC6C

Tints of Sulu #AAFC6C

Color information

#AAFC6C (or 0xAAFC6C) is unknown color: approx Sulu. HEX triplet: AA, FC and 6C. RGB value is (170,252,108). Sum of RGB (Red+Green+Blue) = 170+252+108=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC6C is #550393. Grayscale: #D3D3D3. Windows color (decimal): -5571476 or 7142570. OLE color: 7142570.

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

Color convert

RGB170252108-
CMYK0.3300.570.01
HSL94.17º96%70.59%-
HSV(B)94.17º57.14%98.82%-
XYZ54.0979.2526.63-
YUV211.0769.8398.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 252 (98.83% from 255) = 47.55%
BLUE value IS 108 (42.58% from 255) = 20.38%
R=32.08%
G=47.55%
B=20.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702521080.3300.570.0194.179670.59
HexAAFC6C2103915e6047
Octal252374154410711136140107
Binary1010101011111100110110010000101110011101111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFC6C; }

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

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

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

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

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

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

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

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