#AEEB70

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

Shades of Sulu #AEEB70

Tints of Sulu #AEEB70

Color information

#AEEB70 (or 0xAEEB70) is unknown color: approx Sulu. HEX triplet: AE, EB and 70. RGB value is (174,235,112). Sum of RGB (Red+Green+Blue) = 174+235+112=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEB70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEB70 is #51148F. Grayscale: #CBCBCB. Windows color (decimal): -5313680 or 7400366. OLE color: 7400366.

HSL color Cylindrical-coordinate representation of color #AEEB70: hue angle of 89.76º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEEB70 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB174235112-
CMYK0.2600.520.08
HSL89.76º75.46%68.04%-
HSV(B)89.76º52.34%92.16%-
XYZ50.0969.5926.12-
YUV202.7476.79107.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 235 (92.19% from 255) = 45.11%
BLUE value IS 112 (44.14% from 255) = 21.50%
R=33.40%
G=45.11%
B=21.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742351120.2600.520.0889.7675.4668.04
HexAEEB701A03485a4b44
Octal2563531603206410132113104
Binary101011101110101111100001101001101001000101101010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEB70; }

 p { color: rgb(174,235,112); }

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

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

 a { background-color: rgb(174,235,112); }

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

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

 span { border-color: rgb(174,235,112); }

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