#AFF96F

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

Shades of Sulu #AFF96F

Tints of Sulu #AFF96F

Color information

#AFF96F (or 0xAFF96F) is unknown color: approx Sulu. HEX triplet: AF, F9 and 6F. RGB value is (175,249,111). Sum of RGB (Red+Green+Blue) = 175+249+111=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 111 (43.75% from 255 or 20.75% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF96F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF96F is #500690. Grayscale: #D3D3D3. Windows color (decimal): -5244561 or 7338415. OLE color: 7338415.

HSL color Cylindrical-coordinate representation of color #AFF96F: hue angle of 92.17º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFF96F is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB175249111-
CMYK0.3000.550.02
HSL92.17º92%70.59%-
HSV(B)92.17º55.42%97.65%-
XYZ54.4278.0127.23-
YUV211.1471.48102.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.71%
GREEN value IS 249 (97.66% from 255) = 46.54%
BLUE value IS 111 (43.75% from 255) = 20.75%
R=32.71%
G=46.54%
B=20.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752491110.3000.550.0292.179270.59
HexAFF96F1E03725c5c47
Octal257371157360672134134107
Binary1010111111111001110111111110011011110101110010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF96F; }

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

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

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

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

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

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

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

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