#AFF96B

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

Shades of Sulu #AFF96B

Tints of Sulu #AFF96B

Color information

#AFF96B (or 0xAFF96B) is unknown color: approx Sulu. HEX triplet: AF, F9 and 6B. RGB value is (175,249,107). Sum of RGB (Red+Green+Blue) = 175+249+107=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 107 (42.19% from 255 or 20.15% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF96B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF96B is #500694. Grayscale: #D3D3D3. Windows color (decimal): -5244565 or 7076271. OLE color: 7076271.

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

Color convert

RGB175249107-
CMYK0.3000.570.02
HSL91.27º92.21%69.8%-
HSV(B)91.27º57.03%97.65%-
XYZ54.2177.9326.09-
YUV210.6969.48102.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 249 (97.66% from 255) = 46.89%
BLUE value IS 107 (42.19% from 255) = 20.15%
R=32.96%
G=46.89%
B=20.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752491070.3000.570.0291.2792.2169.8
HexAFF96B1E03925b5c46
Octal257371153360712133134106
Binary1010111111111001110101111110011100110101101110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF96B; }

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

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

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

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

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

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

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

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