#AEF96C

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

Shades of Sulu #AEF96C

Tints of Sulu #AEF96C

Color information

#AEF96C (or 0xAEF96C) is unknown color: approx Sulu. HEX triplet: AE, F9 and 6C. RGB value is (174,249,108). Sum of RGB (Red+Green+Blue) = 174+249+108=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF96C is #510693. Grayscale: #D2D2D2. Windows color (decimal): -5310100 or 7141806. OLE color: 7141806.

HSL color Cylindrical-coordinate representation of color #AEF96C: hue angle of 91.91º degrees, saturation: 0.92, 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 #AEF96C is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB174249108-
CMYK0.3000.570.02
HSL91.91º92.16%70%-
HSV(B)91.91º56.63%97.65%-
XYZ54.0477.8326.36-
YUV210.570.15101.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 249 (97.66% from 255) = 46.89%
BLUE value IS 108 (42.58% from 255) = 20.34%
R=32.77%
G=46.89%
B=20.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742491080.3000.570.0291.9192.1670
HexAEF96C1E03925c5c46
Octal256371154360712134134106
Binary1010111011111001110110011110011100110101110010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF96C; }

 p { color: rgb(174,249,108); }

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

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

 a { background-color: rgb(174,249,108); }

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

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

 span { border-color: rgb(174,249,108); }

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