#11F074

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

Shades of Spring Green #11F074

Tints of Spring Green #11F074

Color information

#11F074 (or 0x11F074) is unknown color: approx Spring Green. HEX triplet: 11, F0 and 74. RGB value is (17,240,116). Sum of RGB (Red+Green+Blue) = 17+240+116=373 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.56% from 373); Green value is 240 (94.14% from 255 or 64.34% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 240 - color contains mainly: green. Hex color #11F074 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #11F074 is #EE0F8B. Grayscale: #9F9F9F. Windows color (decimal): -15601548 or 7663633. OLE color: 7663633.

HSL color Cylindrical-coordinate representation of color #11F074: hue angle of 146.64º 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 #11F074 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB17240116-
CMYK0.9300.520.06
HSL146.64º88.14%50.39%-
HSV(B)146.64º92.92%94.12%-
XYZ34.5463.727-
YUV159.19103.6226.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.56%
GREEN value IS 240 (94.14% from 255) = 64.34%
BLUE value IS 116 (45.70% from 255) = 31.10%
R=4.56%
G=64.34%
B=31.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal172401160.9300.520.06146.6488.1450.39
Hex11F0745D0346935832
Octal21360164135064622313062
Binary1000111110000111010010111010110100110100100111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11F074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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