Html Css Color HEX #0CEA94 Medium Spring Green

📋 copy color: '#0CEA94'

red 12 ◦ green 234 ◦ blue 148

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

Shades of Medium Spring Green #0CEA94

Tints of Medium Spring Green #0CEA94

RGB

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

 GREEN value IS 234 (91.8% from 255) = 59.39%

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

R = 3.05%
G = 59.39%
B = 37.56%

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

#0CEA94 (or 0x0CEA94) is known color: Medium Spring Green. HEX triplet: 0C, EA and 94. RGB value is (12,234,148). Sum of RGB (Red+Green+Blue) = 12+234+148=394 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 394); Green value is 234 (91.80% from 255 or 59.39% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 234 - color contains mainly: green. Hex color #0CEA94 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEA94 is #F3156B. Grayscale: #9D9D9D. Windows color (decimal): -15930732 or 9759244. OLE color: 9759244.

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

Color convert

RGB 12 234 148 -
CMYK 0.95 0 0.37 0.08
HSL 156.76º 0.9% 0.48% -
HSV(B) 156.76º 0.95% 0.92% -
XYZ 34.92 61.06 37.96 -
YUV 157.82 122.45 23.99 -
System Red Green Blue C M Y K H S L
Decimal 12 234 148 0.95 0 0.37 0.08 156.76 0.9 0.48
Hex C EA 94 5F 0 25 8 9D 5A 30
Octal 14 352 224 137 0 45 10 235 132 60
Binary 1100 11101010 10010100 1011111 0 100101 1000 10011101 1011010 110000

Color Harmonies of #0CEA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEA94

Black with #0CEA94

Text Example


Text Example

White with #0CEA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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