#AEFE72

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

Shades of Sulu #AEFE72

Tints of Sulu #AEFE72

Color information

#AEFE72 (or 0xAEFE72) is unknown color: approx Sulu. HEX triplet: AE, FE and 72. RGB value is (174,254,114). Sum of RGB (Red+Green+Blue) = 174+254+114=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFE72 is #51018D. Grayscale: #D6D6D6. Windows color (decimal): -5308814 or 7536302. OLE color: 7536302.

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

Color convert

RGB174254114-
CMYK0.3100.550.00
HSL94.29º98.59%72.16%-
HSV(B)94.29º55.12%99.61%-
XYZ55.9381.128.62-
YUV214.1271.599.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 254 (99.61% from 255) = 46.86%
BLUE value IS 114 (44.92% from 255) = 21.03%
R=32.10%
G=46.86%
B=21.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742541140.3100.550.0094.2998.5972.16
HexAEFE721F03705e6348
Octal256376162370670136143110
Binary101011101111111011100101111101101110101111011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFE72; }

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

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

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

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

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

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

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

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