#AEFC69

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

Shades of Sulu #AEFC69

Tints of Sulu #AEFC69

Color information

#AEFC69 (or 0xAEFC69) is unknown color: approx Sulu. HEX triplet: AE, FC and 69. RGB value is (174,252,105). Sum of RGB (Red+Green+Blue) = 174+252+105=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFC69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFC69 is #510396. Grayscale: #D4D4D4. Windows color (decimal): -5309335 or 6945966. OLE color: 6945966.

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

Color convert

RGB174252105-
CMYK0.3100.580.01
HSL91.84º96.08%70%-
HSV(B)91.84º58.33%98.82%-
XYZ54.8279.6425.85-
YUV211.9267.66100.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 252 (98.83% from 255) = 47.46%
BLUE value IS 105 (41.41% from 255) = 19.77%
R=32.77%
G=47.46%
B=19.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742521050.3100.580.0191.8496.0870
HexAEFC691F03A15c6046
Octal256374151370721134140106
Binary101011101111110011010011111101110101101110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFC69; }

 p { color: rgb(174,252,105); }

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

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

 a { background-color: rgb(174,252,105); }

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

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

 span { border-color: rgb(174,252,105); }

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