#AEFB68

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

Shades of Sulu #AEFB68

Tints of Sulu #AEFB68

Color information

#AEFB68 (or 0xAEFB68) is unknown color: approx Sulu. HEX triplet: AE, FB and 68. RGB value is (174,251,104). Sum of RGB (Red+Green+Blue) = 174+251+104=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #AEFB68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFB68 is #510497. Grayscale: #D3D3D3. Windows color (decimal): -5309592 or 6880174. OLE color: 6880174.

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

Color convert

RGB174251104-
CMYK0.3100.590.02
HSL91.43º94.84%69.61%-
HSV(B)91.43º58.57%98.43%-
XYZ54.4578.9925.47-
YUV211.2267.49101.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 251 (98.44% from 255) = 47.45%
BLUE value IS 104 (41.02% from 255) = 19.66%
R=32.89%
G=47.45%
B=19.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742511040.3100.590.0291.4394.8469.61
HexAEFB681F03B25b5f46
Octal256373150370732133137106
Binary1010111011111011110100011111011101110101101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFB68; }

 p { color: rgb(174,251,104); }

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

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

 a { background-color: rgb(174,251,104); }

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

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

 span { border-color: rgb(174,251,104); }

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