#AFF16B

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

Shades of Sulu #AFF16B

Tints of Sulu #AFF16B

Color information

#AFF16B (or 0xAFF16B) is unknown color: approx Sulu. HEX triplet: AF, F1 and 6B. RGB value is (175,241,107). Sum of RGB (Red+Green+Blue) = 175+241+107=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 107 (42.19% from 255 or 20.46% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF16B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF16B is #500E94. Grayscale: #CECECE. Windows color (decimal): -5246613 or 7074223. OLE color: 7074223.

HSL color Cylindrical-coordinate representation of color #AFF16B: hue angle of 89.55º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFF16B is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB175241107-
CMYK0.2700.560.05
HSL89.55º82.72%68.24%-
HSV(B)89.55º55.6%94.51%-
XYZ51.7973.0925.29-
YUV205.9972.13105.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 241 (94.53% from 255) = 46.08%
BLUE value IS 107 (42.19% from 255) = 20.46%
R=33.46%
G=46.08%
B=20.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752411070.2700.560.0589.5582.7268.24
HexAFF16B1B03855a5344
Octal257361153330705132123104
Binary10101111111100011101011110110111000101101101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF16B; }

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

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

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

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

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

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

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

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