Html Css Color HEX #0CE394 Medium Spring Green

📋 copy color: '#0CE394'

red 12 ◦ green 227 ◦ blue 148

#0CE394
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #0CE394

Tints of Medium Spring Green #0CE394

RGB

 RED value IS 12 (5.08% from 255) = 3.1%

 GREEN value IS 227 (89.06% from 255) = 58.66%

 BLUE value IS 148 (58.2% from 255) = 38.24%

R = 3.1%
G = 58.66%
B = 38.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#0CE394 (or 0x0CE394) is known color: Medium Spring Green. HEX triplet: 0C, E3 and 94. RGB value is (12,227,148). Sum of RGB (Red+Green+Blue) = 12+227+148=387 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.10% from 387); Green value is 227 (89.06% from 255 or 58.66% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 227 - color contains mainly: green. Hex color #0CE394 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CE394 is #F31C6B. Grayscale: #999999. Windows color (decimal): -15932524 or 9757452. OLE color: 9757452.

HSL color Cylindrical-coordinate representation of color #0CE394: hue angle of 157.95º 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 #0CE394 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 12 227 148 -
CMYK 0.95 0 0.35 0.11
HSL 157.95º 0.9% 0.47% -
HSV(B) 157.95º 0.95% 0.89% -
XYZ 32.97 57.15 37.31 -
YUV 153.71 124.77 26.92 -
System Red Green Blue C M Y K H S L
Decimal 12 227 148 0.95 0 0.35 0.11 157.95 0.9 0.47
Hex C E3 94 5F 0 23 B 9E 5A 2F
Octal 14 343 224 137 0 43 13 236 132 57
Binary 1100 11100011 10010100 1011111 0 100011 1011 10011110 1011010 101111

Color Harmonies of #0CE394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE394

Black with #0CE394

Text Example


Text Example

White with #0CE394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0CE394;
 }
 .AnyTagClassName
 {
   color: #0CE394;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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