#AEFF7A

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

Shades of Sulu #AEFF7A

Tints of Sulu #AEFF7A

Color information

#AEFF7A (or 0xAEFF7A) is unknown color: approx Sulu. HEX triplet: AE, FF and 7A. RGB value is (174,255,122). Sum of RGB (Red+Green+Blue) = 174+255+122=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFF7A is #510085. Grayscale: #D8D8D8. Windows color (decimal): -5308550 or 8060846. OLE color: 8060846.

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

Color convert

RGB174255122-
CMYK0.3200.520
HSL96.54º100%73.92%-
HSV(B)96.54º52.16%100%-
XYZ56.7381.9231.24-
YUV215.6275.1698.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.58%
GREEN value IS 255 (100% from 255) = 46.28%
BLUE value IS 122 (48.05% from 255) = 22.14%
R=31.58%
G=46.28%
B=22.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742551220.3200.52096.5410073.92
HexAEFF7A20034061644a
Octal256377172400640141144112
Binary1010111011111111111101010000001101000110000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFF7A; }

 p { color: rgb(174,255,122); }

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

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

 a { background-color: rgb(174,255,122); }

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

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

 span { border-color: rgb(174,255,122); }

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