#AEFB72

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

Shades of Sulu #AEFB72

Tints of Sulu #AEFB72

Color information

#AEFB72 (or 0xAEFB72) is unknown color: approx Sulu. HEX triplet: AE, FB and 72. RGB value is (174,251,114). Sum of RGB (Red+Green+Blue) = 174+251+114=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #AEFB72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFB72 is #51048D. Grayscale: #D4D4D4. Windows color (decimal): -5309582 or 7535534. OLE color: 7535534.

HSL color Cylindrical-coordinate representation of color #AEFB72: hue angle of 93.72º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AEFB72 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB174251114-
CMYK0.3100.550.02
HSL93.72º94.48%71.57%-
HSV(B)93.72º54.58%98.43%-
XYZ54.9979.2128.31-
YUV212.3672.49100.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 251 (98.44% from 255) = 46.57%
BLUE value IS 114 (44.92% from 255) = 21.15%
R=32.28%
G=46.57%
B=21.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742511140.3100.550.0293.7294.4871.57
HexAEFB721F03725e5e48
Octal256373162370672136136110
Binary1010111011111011111001011111011011110101111010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFB72; }

 p { color: rgb(174,251,114); }

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

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

 a { background-color: rgb(174,251,114); }

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

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

 span { border-color: rgb(174,251,114); }

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