#0CF39D

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

Shades of Medium Spring Green #0CF39D

Tints of Medium Spring Green #0CF39D

Color information

#0CF39D (or 0x0CF39D) is unknown color: approx Medium Spring Green. HEX triplet: 0C, F3 and 9D. RGB value is (12,243,157). Sum of RGB (Red+Green+Blue) = 12+243+157=412 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.91% from 412); Green value is 243 (95.31% from 255 or 58.98% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 243 - color contains mainly: green. Hex color #0CF39D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CF39D is #F30C62. Grayscale: #A4A4A4. Windows color (decimal): -15928419 or 10351372. OLE color: 10351372.

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

Color convert

RGB12243157-
CMYK0.9500.350.05
HSL157.66º90.59%50%-
HSV(B)157.66º95.06%95.29%-
XYZ38.2966.6142.74-
YUV164.13123.9719.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.91%
GREEN value IS 243 (95.31% from 255) = 58.98%
BLUE value IS 157 (61.72% from 255) = 38.11%
R=2.91%
G=58.98%
B=38.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal122431570.9500.350.05157.6690.5950
HexCF39D5F02359e5b32
Octal14363235137043523613362
Binary1100111100111001110110111110100011101100111101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CF39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,243,157); }

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

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

 a { background-color: rgb(12,243,157); }

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

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

 span { border-color: rgb(12,243,157); }

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