#0CE38B

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

Shades of Medium Spring Green #0CE38B

Tints of Medium Spring Green #0CE38B

Color information

#0CE38B (or 0x0CE38B) is unknown color: approx Medium Spring Green. HEX triplet: 0C, E3 and 8B. RGB value is (12,227,139). Sum of RGB (Red+Green+Blue) = 12+227+139=378 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 378); Green value is 227 (89.06% from 255 or 60.05% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 227 - color contains mainly: green. Hex color #0CE38B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CE38B is #F31C74. Grayscale: #989898. Windows color (decimal): -15932533 or 9167628. OLE color: 9167628.

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

Color convert

RGB12227139-
CMYK0.9500.390.11
HSL155.44º89.96%46.86%-
HSV(B)155.44º94.71%89.02%-
XYZ32.2856.8833.7-
YUV152.68120.2727.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.17%
GREEN value IS 227 (89.06% from 255) = 60.05%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=3.17%
G=60.05%
B=36.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal122271390.9500.390.11155.4489.9646.86
HexCE38B5F027B9b5a2f
Octal143432131370471323313257
Binary11001110001110001011101111101001111011100110111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,227,139); }

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

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

 a { background-color: rgb(12,227,139); }

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

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

 span { border-color: rgb(12,227,139); }

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