#AEF97A

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

Shades of Sulu #AEF97A

Tints of Sulu #AEF97A

Color information

#AEF97A (or 0xAEF97A) is unknown color: approx Sulu. HEX triplet: AE, F9 and 7A. RGB value is (174,249,122). Sum of RGB (Red+Green+Blue) = 174+249+122=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 122 (48.05% from 255 or 22.39% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF97A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF97A is #510685. Grayscale: #D4D4D4. Windows color (decimal): -5310086 or 8059310. OLE color: 8059310.

HSL color Cylindrical-coordinate representation of color #AEF97A: hue angle of 95.43º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AEF97A is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB174249122-
CMYK0.3000.510.02
HSL95.43º91.37%72.75%-
HSV(B)95.43º51%97.65%-
XYZ54.8478.1630.61-
YUV212.177.15100.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 249 (97.66% from 255) = 45.69%
BLUE value IS 122 (48.05% from 255) = 22.39%
R=31.93%
G=45.69%
B=22.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742491220.3000.510.0295.4391.3772.75
HexAEF97A1E03325f5b49
Octal256371172360632137133111
Binary1010111011111001111101011110011001110101111110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF97A; }

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

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

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

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

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

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

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

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