#0CEC8F

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

Shades of Medium Spring Green #0CEC8F

Tints of Medium Spring Green #0CEC8F

Color information

#0CEC8F (or 0x0CEC8F) is unknown color: approx Medium Spring Green. HEX triplet: 0C, EC and 8F. RGB value is (12,236,143). Sum of RGB (Red+Green+Blue) = 12+236+143=391 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.07% from 391); Green value is 236 (92.58% from 255 or 60.36% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 236 - color contains mainly: green. Hex color #0CEC8F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEC8F is #F31370. Grayscale: #9E9E9E. Windows color (decimal): -15930225 or 9432076. OLE color: 9432076.

HSL color Cylindrical-coordinate representation of color #0CEC8F: hue angle of 155.09º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEC8F is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB12236143-
CMYK0.9500.390.07
HSL155.09º90.32%48.63%-
HSV(B)155.09º94.92%92.55%-
XYZ35.162.0536.11-
YUV158.42119.2923.56-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.07%
GREEN value IS 236 (92.58% from 255) = 60.36%
BLUE value IS 143 (56.25% from 255) = 36.57%
R=3.07%
G=60.36%
B=36.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal122361430.9500.390.07155.0990.3248.63
HexCEC8F5F02779b5a31
Octal14354217137047723313261
Binary1100111011001000111110111110100111111100110111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CEC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,236,143); }

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

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

 a { background-color: rgb(12,236,143); }

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

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

 span { border-color: rgb(12,236,143); }

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