Html Css Color HEX #0CE38B Medium Spring Green

📋 copy color: '#0CE38B'

red 12 ◦ green 227 ◦ blue 139

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

Shades of Medium Spring Green #0CE38B

Tints of Medium Spring Green #0CE38B

RGB

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

 GREEN value IS 227 (89.06% from 255) = 60.05%

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 3.17%
G = 60.05%
B = 36.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#0CE38B (or 0x0CE38B) is known color: Medium Spring Green. HEX triplet: 0C, E3 and 8B. RGB value is (12,227,139). Sum of RGB (Red+Green+Blue) = 12+227+139=378 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 378); Green value is 227 (89.06% from 255 or 60.05% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 227 - color contains mainly: green. Hex color #0CE38B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CE38B is #F31C74. Grayscale: #989898. Windows color (decimal): -15932533 or 9167628. OLE color: 9167628.

HSL color Cylindrical-coordinate representation of color #0CE38B: hue angle of 155.44º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE38B is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 12 227 139 -
CMYK 0.95 0 0.39 0.11
HSL 155.44º 0.9% 0.47% -
HSV(B) 155.44º 0.95% 0.89% -
XYZ 32.28 56.88 33.7 -
YUV 152.68 120.27 27.66 -
System Red Green Blue C M Y K H S L
Decimal 12 227 139 0.95 0 0.39 0.11 155.44 0.9 0.47
Hex C E3 8B 5F 0 27 B 9B 5A 2F
Octal 14 343 213 137 0 47 13 233 132 57
Binary 1100 11100011 10001011 1011111 0 100111 1011 10011011 1011010 101111

Color Harmonies of #0CE38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE38B

Black with #0CE38B

Text Example


Text Example

White with #0CE38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,227,139); }

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

background-color css

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

 a { background-color: rgb(12,227,139); }

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

border-color css

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

 span { border-color: rgb(12,227,139); }

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