#AEFE7D

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

Shades of Sulu #AEFE7D

Tints of Sulu #AEFE7D

Color information

#AEFE7D (or 0xAEFE7D) is unknown color: approx Sulu. HEX triplet: AE, FE and 7D. RGB value is (174,254,125). Sum of RGB (Red+Green+Blue) = 174+254+125=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFE7D is #510182. Grayscale: #D7D7D7. Windows color (decimal): -5308803 or 8257198. OLE color: 8257198.

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

Color convert

RGB174254125-
CMYK0.3100.510.00
HSL97.21º98.47%74.31%-
HSV(B)97.21º50.79%99.61%-
XYZ56.681.3632.12-
YUV215.377798.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.46%
GREEN value IS 254 (99.61% from 255) = 45.93%
BLUE value IS 125 (49.22% from 255) = 22.60%
R=31.46%
G=45.93%
B=22.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742541250.3100.510.0097.2198.4774.31
HexAEFE7D1F033061624a
Octal256376175370630141142112
Binary101011101111111011111011111101100110110000111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFE7D; }

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

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

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

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

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

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

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

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