#11F075

Color #11F075 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #11F075

Tints of Spring Green #11F075

Color information

#11F075 (or 0x11F075) is unknown color: approx Spring Green. HEX triplet: 11, F0 and 75. RGB value is (17,240,117). Sum of RGB (Red+Green+Blue) = 17+240+117=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 240 (94.14% from 255 or 64.17% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 240 - color contains mainly: green. Hex color #11F075 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #11F075 is #EE0F8A. Grayscale: #9F9F9F. Windows color (decimal): -15601547 or 7729169. OLE color: 7729169.

HSL color Cylindrical-coordinate representation of color #11F075: hue angle of 146.91º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F075 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB17240117-
CMYK0.9300.510.06
HSL146.91º88.14%50.39%-
HSV(B)146.91º92.92%94.12%-
XYZ34.663.7227.31-
YUV159.3104.1226.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.55%
GREEN value IS 240 (94.14% from 255) = 64.17%
BLUE value IS 117 (46.09% from 255) = 31.28%
R=4.55%
G=64.17%
B=31.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal172401170.9300.510.06146.9188.1450.39
Hex11F0755D0336935832
Octal21360165135063622313062
Binary1000111110000111010110111010110011110100100111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11F075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11F075; }

 p { color: rgb(17,240,117); }

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

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

 a { background-color: rgb(17,240,117); }

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

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

 span { border-color: rgb(17,240,117); }

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