#AFE96F

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

Shades of Sulu #AFE96F

Tints of Sulu #AFE96F

Color information

#AFE96F (or 0xAFE96F) is unknown color: approx Sulu. HEX triplet: AF, E9 and 6F. RGB value is (175,233,111). Sum of RGB (Red+Green+Blue) = 175+233+111=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 111 (43.75% from 255 or 21.39% from 519); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE96F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE96F is #501690. Grayscale: #CACACA. Windows color (decimal): -5248657 or 7334319. OLE color: 7334319.

HSL color Cylindrical-coordinate representation of color #AFE96F: hue angle of 88.52º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFE96F is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB175233111-
CMYK0.2500.520.09
HSL88.52º73.49%67.45%-
HSV(B)88.52º52.36%91.37%-
XYZ49.6968.5425.65-
YUV201.7576.78108.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 233 (91.41% from 255) = 44.89%
BLUE value IS 111 (43.75% from 255) = 21.39%
R=33.72%
G=44.89%
B=21.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752331110.2500.520.0988.5273.4967.45
HexAFE96F190349594943
Octal2573511573106411131111103
Binary101011111110100111011111100101101001001101100110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE96F; }

 p { color: rgb(175,233,111); }

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

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

 a { background-color: rgb(175,233,111); }

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

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

 span { border-color: rgb(175,233,111); }

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