#0FF188

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

Shades of Spring Green #0FF188

Tints of Spring Green #0FF188

Color information

#0FF188 (or 0x0FF188) is unknown color: approx Spring Green. HEX triplet: 0F, F1 and 88. RGB value is (15,241,136). Sum of RGB (Red+Green+Blue) = 15+241+136=392 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.83% from 392); Green value is 241 (94.53% from 255 or 61.48% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF188 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF188 is #F00E77. Grayscale: #A1A1A1. Windows color (decimal): -15732344 or 8974607. OLE color: 8974607.

HSL color Cylindrical-coordinate representation of color #0FF188: hue angle of 152.12º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF188 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB15241136-
CMYK0.9400.440.05
HSL152.12º88.98%50.2%-
HSV(B)152.12º93.78%94.51%-
XYZ36.164.7933.9-
YUV161.46113.6323.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.83%
GREEN value IS 241 (94.53% from 255) = 61.48%
BLUE value IS 136 (53.52% from 255) = 34.69%
R=3.83%
G=61.48%
B=34.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal152411360.9400.440.05152.1288.9850.2
HexFF1885E02C5985932
Octal17361210136054523013162
Binary1111111100011000100010111100101100101100110001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FF188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FF188; }

 p { color: rgb(15,241,136); }

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

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

 a { background-color: rgb(15,241,136); }

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

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

 span { border-color: rgb(15,241,136); }

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