#AEFE69

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

Shades of Sulu #AEFE69

Tints of Sulu #AEFE69

Color information

#AEFE69 (or 0xAEFE69) is unknown color: approx Sulu. HEX triplet: AE, FE and 69. RGB value is (174,254,105). Sum of RGB (Red+Green+Blue) = 174+254+105=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 105 (41.41% from 255 or 19.70% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFE69 is #510196. Grayscale: #D5D5D5. Windows color (decimal): -5308823 or 6946478. OLE color: 6946478.

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

Color convert

RGB174254105-
CMYK0.3100.590.00
HSL92.21º98.68%70.39%-
HSV(B)92.21º58.66%99.61%-
XYZ55.4580.926.06-
YUV213.0967100.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.65%
GREEN value IS 254 (99.61% from 255) = 47.65%
BLUE value IS 105 (41.41% from 255) = 19.70%
R=32.65%
G=47.65%
B=19.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742541050.3100.590.0092.2198.6870.39
HexAEFE691F03B05c6346
Octal256376151370730134143106
Binary101011101111111011010011111101110110101110011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFE69; }

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

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

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

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

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

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

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

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