Html Css Color HEX #0CE396 Medium Spring Green

📋 copy color: '#0CE396'

red 12 ◦ green 227 ◦ blue 150

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

Shades of Medium Spring Green #0CE396

Tints of Medium Spring Green #0CE396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.56%

R = 3.08%
G = 58.35%
B = 38.56%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#0CE396 (or 0x0CE396) is known color: Medium Spring Green. HEX triplet: 0C, E3 and 96. RGB value is (12,227,150). Sum of RGB (Red+Green+Blue) = 12+227+150=389 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 389); Green value is 227 (89.06% from 255 or 58.35% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 227 - color contains mainly: green. Hex color #0CE396 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CE396 is #F31C69. Grayscale: #9A9A9A. Windows color (decimal): -15932522 or 9888524. OLE color: 9888524.

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

Color convert

RGB 12 227 150 -
CMYK 0.95 0 0.34 0.11
HSL 158.51º 0.9% 0.47% -
HSV(B) 158.51º 0.95% 0.89% -
XYZ 33.13 57.22 38.15 -
YUV 153.94 125.77 26.76 -
System Red Green Blue C M Y K H S L
Decimal 12 227 150 0.95 0 0.34 0.11 158.51 0.9 0.47
Hex C E3 96 5F 0 22 B 9F 5A 2F
Octal 14 343 226 137 0 42 13 237 132 57
Binary 1100 11100011 10010110 1011111 0 100010 1011 10011111 1011010 101111

Color Harmonies of #0CE396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE396

Black with #0CE396

Text Example


Text Example

White with #0CE396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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