#0CEB9D

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

Shades of Medium Spring Green #0CEB9D

Tints of Medium Spring Green #0CEB9D

Color information

#0CEB9D (or 0x0CEB9D) is unknown color: approx Medium Spring Green. HEX triplet: 0C, EB and 9D. RGB value is (12,235,157). Sum of RGB (Red+Green+Blue) = 12+235+157=404 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.97% from 404); Green value is 235 (92.19% from 255 or 58.17% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEB9D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEB9D is #F31462. Grayscale: #9F9F9F. Windows color (decimal): -15930467 or 10349324. OLE color: 10349324.

HSL color Cylindrical-coordinate representation of color #0CEB9D: hue angle of 159.01º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEB9D is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB12235157-
CMYK0.9500.330.08
HSL159.01º90.28%48.43%-
HSV(B)159.01º94.89%92.16%-
XYZ35.9561.9341.96-
YUV159.43126.6222.84-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.97%
GREEN value IS 235 (92.19% from 255) = 58.17%
BLUE value IS 157 (61.72% from 255) = 38.86%
R=2.97%
G=58.17%
B=38.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal122351570.9500.330.08159.0190.2848.43
HexCEB9D5F02189f5a30
Octal143532351370411023713260
Binary11001110101110011101101111101000011000100111111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CEB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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