Html Css Color HEX #0CE48F Medium Spring Green

📋 copy color: '#0CE48F'

red 12 ◦ green 228 ◦ blue 143

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

Shades of Medium Spring Green #0CE48F

Tints of Medium Spring Green #0CE48F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 59.53%

 BLUE value IS 143 (56.25% from 255) = 37.34%

R = 3.13%
G = 59.53%
B = 37.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#0CE48F (or 0x0CE48F) is known color: Medium Spring Green. HEX triplet: 0C, E4 and 8F. RGB value is (12,228,143). Sum of RGB (Red+Green+Blue) = 12+228+143=383 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.13% from 383); Green value is 228 (89.45% from 255 or 59.53% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 228 - color contains mainly: green. Hex color #0CE48F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CE48F is #F31B70. Grayscale: #999999. Windows color (decimal): -15932273 or 9430028. OLE color: 9430028.

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

Color convert

RGB 12 228 143 -
CMYK 0.95 0 0.37 0.11
HSL 156.39º 0.9% 0.47% -
HSV(B) 156.39º 0.95% 0.89% -
XYZ 32.85 57.55 35.36 -
YUV 153.73 121.94 26.91 -
System Red Green Blue C M Y K H S L
Decimal 12 228 143 0.95 0 0.37 0.11 156.39 0.9 0.47
Hex C E4 8F 5F 0 25 B 9C 5A 2F
Octal 14 344 217 137 0 45 13 234 132 57
Binary 1100 11100100 10001111 1011111 0 100101 1011 10011100 1011010 101111

Color Harmonies of #0CE48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE48F

Black with #0CE48F

Text Example


Text Example

White with #0CE48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,228,143); }

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

background-color css

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

 a { background-color: rgb(12,228,143); }

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

border-color css

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

 span { border-color: rgb(12,228,143); }

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