Html Css Color HEX #0CEB96 Medium Spring Green

📋 copy color: '#0CEB96'

red 12 ◦ green 235 ◦ blue 150

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

Shades of Medium Spring Green #0CEB96

Tints of Medium Spring Green #0CEB96

RGB

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

 GREEN value IS 235 (92.19% from 255) = 59.19%

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

R = 3.02%
G = 59.19%
B = 37.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#0CEB96 (or 0x0CEB96) is known color: Medium Spring Green. HEX triplet: 0C, EB and 96. RGB value is (12,235,150). Sum of RGB (Red+Green+Blue) = 12+235+150=397 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.02% from 397); Green value is 235 (92.19% from 255 or 59.19% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEB96 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEB96 is #F31469. Grayscale: #9E9E9E. Windows color (decimal): -15930474 or 9890572. OLE color: 9890572.

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

Color convert

RGB 12 235 150 -
CMYK 0.95 0 0.36 0.08
HSL 157.13º 0.9% 0.48% -
HSV(B) 157.13º 0.95% 0.92% -
XYZ 35.36 61.7 38.9 -
YUV 158.63 123.12 23.41 -
System Red Green Blue C M Y K H S L
Decimal 12 235 150 0.95 0 0.36 0.08 157.13 0.9 0.48
Hex C EB 96 5F 0 24 8 9D 5A 30
Octal 14 353 226 137 0 44 10 235 132 60
Binary 1100 11101011 10010110 1011111 0 100100 1000 10011101 1011010 110000

Color Harmonies of #0CEB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEB96

Black with #0CEB96

Text Example


Text Example

White with #0CEB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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