#AEFF6B

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

Shades of Sulu #AEFF6B

Tints of Sulu #AEFF6B

Color information

#AEFF6B (or 0xAEFF6B) is unknown color: approx Sulu. HEX triplet: AE, FF and 6B. RGB value is (174,255,107). Sum of RGB (Red+Green+Blue) = 174+255+107=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 107 (42.19% from 255 or 19.96% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFF6B is #510094. Grayscale: #D6D6D6. Windows color (decimal): -5308565 or 7077806. OLE color: 7077806.

HSL color Cylindrical-coordinate representation of color #AEFF6B: hue angle of 92.84º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AEFF6B is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB174255107-
CMYK0.3200.580
HSL92.84º100%70.98%-
HSV(B)92.84º58.04%100%-
XYZ55.8781.5826.71-
YUV213.9167.6699.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.46%
GREEN value IS 255 (100% from 255) = 47.57%
BLUE value IS 107 (42.19% from 255) = 19.96%
R=32.46%
G=47.57%
B=19.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742551070.3200.58092.8410070.98
HexAEFF6B2003A05d6447
Octal256377153400720135144107
Binary1010111011111111110101110000001110100101110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFF6B; }

 p { color: rgb(174,255,107); }

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

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

 a { background-color: rgb(174,255,107); }

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

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

 span { border-color: rgb(174,255,107); }

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