#AFF86E

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

Shades of Sulu #AFF86E

Tints of Sulu #AFF86E

Color information

#AFF86E (or 0xAFF86E) is unknown color: approx Sulu. HEX triplet: AF, F8 and 6E. RGB value is (175,248,110). Sum of RGB (Red+Green+Blue) = 175+248+110=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 248 (97.27% from 255 or 46.53% from 533); Blue value is 110 (43.36% from 255 or 20.64% from 533); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF86E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF86E is #500791. Grayscale: #D2D2D2. Windows color (decimal): -5244818 or 7272623. OLE color: 7272623.

HSL color Cylindrical-coordinate representation of color #AFF86E: hue angle of 91.74º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFF86E is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB175248110-
CMYK0.2900.560.03
HSL91.74º90.79%70.2%-
HSV(B)91.74º55.65%97.25%-
XYZ54.0677.3726.84-
YUV210.4471.32102.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.83%
GREEN value IS 248 (97.27% from 255) = 46.53%
BLUE value IS 110 (43.36% from 255) = 20.64%
R=32.83%
G=46.53%
B=20.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752481100.2900.560.0391.7490.7970.2
HexAFF86E1D03835c5b46
Octal257370156350703134133106
Binary1010111111111000110111011101011100011101110010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF86E; }

 p { color: rgb(175,248,110); }

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

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

 a { background-color: rgb(175,248,110); }

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

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

 span { border-color: rgb(175,248,110); }

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