Html Css Color HEX #0CEA97 Medium Spring Green

📋 copy color: '#0CEA97'

red 12 ◦ green 234 ◦ blue 151

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

Shades of Medium Spring Green #0CEA97

Tints of Medium Spring Green #0CEA97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.04%

R = 3.02%
G = 58.94%
B = 38.04%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#0CEA97 (or 0x0CEA97) is known color: Medium Spring Green. HEX triplet: 0C, EA and 97. RGB value is (12,234,151). Sum of RGB (Red+Green+Blue) = 12+234+151=397 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.02% from 397); Green value is 234 (91.80% from 255 or 58.94% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 234 - color contains mainly: green. Hex color #0CEA97 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEA97 is #F31568. Grayscale: #9E9E9E. Windows color (decimal): -15930729 or 9955852. OLE color: 9955852.

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

Color convert

RGB 12 234 151 -
CMYK 0.95 0 0.35 0.08
HSL 157.57º 0.9% 0.48% -
HSV(B) 157.57º 0.95% 0.92% -
XYZ 35.16 61.16 39.23 -
YUV 158.16 123.95 23.75 -
System Red Green Blue C M Y K H S L
Decimal 12 234 151 0.95 0 0.35 0.08 157.57 0.9 0.48
Hex C EA 97 5F 0 23 8 9E 5A 30
Octal 14 352 227 137 0 43 10 236 132 60
Binary 1100 11101010 10010111 1011111 0 100011 1000 10011110 1011010 110000

Color Harmonies of #0CEA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEA97

Black with #0CEA97

Text Example


Text Example

White with #0CEA97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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