#AEFD7C

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

Shades of Sulu #AEFD7C

Tints of Sulu #AEFD7C

Color information

#AEFD7C (or 0xAEFD7C) is unknown color: approx Sulu. HEX triplet: AE, FD and 7C. RGB value is (174,253,124). Sum of RGB (Red+Green+Blue) = 174+253+124=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFD7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFD7C is #510283. Grayscale: #D7D7D7. Windows color (decimal): -5309060 or 8191406. OLE color: 8191406.

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

Color convert

RGB174253124-
CMYK0.3100.510.01
HSL96.74º96.99%73.92%-
HSV(B)96.74º50.99%99.22%-
XYZ56.2280.731.68-
YUV214.6776.8398.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.58%
GREEN value IS 253 (99.22% from 255) = 45.92%
BLUE value IS 124 (48.83% from 255) = 22.50%
R=31.58%
G=45.92%
B=22.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742531240.3100.510.0196.7496.9973.92
HexAEFD7C1F033161614a
Octal256375174370631141141112
Binary101011101111110111111001111101100111110000111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFD7C; }

 p { color: rgb(174,253,124); }

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

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

 a { background-color: rgb(174,253,124); }

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

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

 span { border-color: rgb(174,253,124); }

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