Html Css Color HEX #0CEB93 Medium Spring Green

📋 copy color: '#0CEB93'

red 12 ◦ green 235 ◦ blue 147

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

Shades of Medium Spring Green #0CEB93

Tints of Medium Spring Green #0CEB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.31%

R = 3.05%
G = 59.64%
B = 37.31%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#0CEB93 (or 0x0CEB93) is known color: Medium Spring Green. HEX triplet: 0C, EB and 93. RGB value is (12,235,147). Sum of RGB (Red+Green+Blue) = 12+235+147=394 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 394); Green value is 235 (92.19% from 255 or 59.64% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEB93 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEB93 is #F3146C. Grayscale: #9E9E9E. Windows color (decimal): -15930477 or 9693964. OLE color: 9693964.

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

Color convert

RGB 12 235 147 -
CMYK 0.95 0 0.37 0.08
HSL 156.32º 0.9% 0.48% -
HSV(B) 156.32º 0.95% 0.92% -
XYZ 35.13 61.6 37.64 -
YUV 158.29 121.62 23.66 -
System Red Green Blue C M Y K H S L
Decimal 12 235 147 0.95 0 0.37 0.08 156.32 0.9 0.48
Hex C EB 93 5F 0 25 8 9C 5A 30
Octal 14 353 223 137 0 45 10 234 132 60
Binary 1100 11101011 10010011 1011111 0 100101 1000 10011100 1011010 110000

Color Harmonies of #0CEB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEB93

Black with #0CEB93

Text Example


Text Example

White with #0CEB93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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