#AEF76A

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

Shades of Sulu #AEF76A

Tints of Sulu #AEF76A

Color information

#AEF76A (or 0xAEF76A) is unknown color: approx Sulu. HEX triplet: AE, F7 and 6A. RGB value is (174,247,106). Sum of RGB (Red+Green+Blue) = 174+247+106=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 106 (41.80% from 255 or 20.11% from 527); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF76A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF76A is #510895. Grayscale: #D1D1D1. Windows color (decimal): -5310614 or 7010222. OLE color: 7010222.

HSL color Cylindrical-coordinate representation of color #AEF76A: hue angle of 91.06º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AEF76A is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB174247106-
CMYK0.3000.570.03
HSL91.06º89.81%69.22%-
HSV(B)91.06º57.09%96.86%-
XYZ53.3276.5625.6-
YUV209.169.82102.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 247 (96.88% from 255) = 46.87%
BLUE value IS 106 (41.80% from 255) = 20.11%
R=33.02%
G=46.87%
B=20.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742471060.3000.570.0391.0689.8169.22
HexAEF76A1E03935b5a45
Octal256367152360713133132105
Binary1010111011110111110101011110011100111101101110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF76A; }

 p { color: rgb(174,247,106); }

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

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

 a { background-color: rgb(174,247,106); }

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

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

 span { border-color: rgb(174,247,106); }

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