Html Css Color HEX #0CEB91 Medium Spring Green

📋 copy color: '#0CEB91'

red 12 ◦ green 235 ◦ blue 145

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

Shades of Medium Spring Green #0CEB91

Tints of Medium Spring Green #0CEB91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.99%

R = 3.06%
G = 59.95%
B = 36.99%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#0CEB91 (or 0x0CEB91) is known color: Medium Spring Green. HEX triplet: 0C, EB and 91. RGB value is (12,235,145). Sum of RGB (Red+Green+Blue) = 12+235+145=392 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.06% from 392); Green value is 235 (92.19% from 255 or 59.95% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEB91 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CEB91 is #F3146E. Grayscale: #9E9E9E. Windows color (decimal): -15930479 or 9562892. OLE color: 9562892.

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

Color convert

RGB 12 235 145 -
CMYK 0.95 0 0.38 0.08
HSL 155.78º 0.9% 0.48% -
HSV(B) 155.78º 0.95% 0.92% -
XYZ 34.97 61.54 36.82 -
YUV 158.06 120.62 23.82 -
System Red Green Blue C M Y K H S L
Decimal 12 235 145 0.95 0 0.38 0.08 155.78 0.9 0.48
Hex C EB 91 5F 0 26 8 9C 5A 30
Octal 14 353 221 137 0 46 10 234 132 60
Binary 1100 11101011 10010001 1011111 0 100110 1000 10011100 1011010 110000

Color Harmonies of #0CEB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEB91

Black with #0CEB91

Text Example


Text Example

White with #0CEB91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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