#AAFB6C

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

Shades of Sulu #AAFB6C

Tints of Sulu #AAFB6C

Color information

#AAFB6C (or 0xAAFB6C) is unknown color: approx Sulu. HEX triplet: AA, FB and 6C. RGB value is (170,251,108). Sum of RGB (Red+Green+Blue) = 170+251+108=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFB6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFB6C is #550493. Grayscale: #D2D2D2. Windows color (decimal): -5571732 or 7142314. OLE color: 7142314.

HSL color Cylindrical-coordinate representation of color #AAFB6C: hue angle of 93.99º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAFB6C is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB170251108-
CMYK0.3200.570.02
HSL93.99º94.7%70.39%-
HSV(B)93.99º56.97%98.43%-
XYZ53.7878.6226.53-
YUV210.4870.1699.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.14%
GREEN value IS 251 (98.44% from 255) = 47.45%
BLUE value IS 108 (42.58% from 255) = 20.42%
R=32.14%
G=47.45%
B=20.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702511080.3200.570.0293.9994.770.39
HexAAFB6C2003925e5f46
Octal252373154400712136137106
Binary10101010111110111101100100000011100110101111010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFB6C; }

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

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

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

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

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

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

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

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