#AEF16B

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

Shades of Sulu #AEF16B

Tints of Sulu #AEF16B

Color information

#AEF16B (or 0xAEF16B) is unknown color: approx Sulu. HEX triplet: AE, F1 and 6B. RGB value is (174,241,107). Sum of RGB (Red+Green+Blue) = 174+241+107=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF16B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF16B is #510E94. Grayscale: #CECECE. Windows color (decimal): -5312149 or 7074222. OLE color: 7074222.

HSL color Cylindrical-coordinate representation of color #AEF16B: hue angle of 90º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEF16B is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB174241107-
CMYK0.2800.560.05
HSL90º82.72%68.24%-
HSV(B)90º55.6%94.51%-
XYZ51.5672.9725.28-
YUV205.6972.3105.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 241 (94.53% from 255) = 46.17%
BLUE value IS 107 (42.19% from 255) = 20.50%
R=33.33%
G=46.17%
B=20.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1742411070.2800.560.059082.7268.24
HexAEF16B1C03855a5344
Octal256361153340705132123104
Binary10101110111100011101011111000111000101101101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF16B; }

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

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

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

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

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

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

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

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