Html Css Color HEX #0CEB8D Medium Spring Green

📋 copy color: '#0CEB8D'

red 12 ◦ green 235 ◦ blue 141

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

Shades of Medium Spring Green #0CEB8D

Tints of Medium Spring Green #0CEB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.34%

R = 3.09%
G = 60.57%
B = 36.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#0CEB8D (or 0x0CEB8D) is known color: Medium Spring Green. HEX triplet: 0C, EB and 8D. RGB value is (12,235,141). Sum of RGB (Red+Green+Blue) = 12+235+141=388 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.09% from 388); Green value is 235 (92.19% from 255 or 60.57% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEB8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEB8D is #F31472. Grayscale: #9D9D9D. Windows color (decimal): -15930483 or 9300748. OLE color: 9300748.

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

Color convert

RGB 12 235 141 -
CMYK 0.95 0 0.4 0.08
HSL 154.71º 0.9% 0.48% -
HSV(B) 154.71º 0.95% 0.92% -
XYZ 34.67 61.42 35.23 -
YUV 157.61 118.62 24.14 -
System Red Green Blue C M Y K H S L
Decimal 12 235 141 0.95 0 0.4 0.08 154.71 0.9 0.48
Hex C EB 8D 5F 0 28 8 9B 5A 30
Octal 14 353 215 137 0 50 10 233 132 60
Binary 1100 11101011 10001101 1011111 0 101000 1000 10011011 1011010 110000

Color Harmonies of #0CEB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEB8D

Black with #0CEB8D

Text Example


Text Example

White with #0CEB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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