Html Css Color HEX #0CF78E Medium Spring Green

📋 copy color: '#0CF78E'

red 12 ◦ green 247 ◦ blue 142

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

Shades of Medium Spring Green #0CF78E

Tints of Medium Spring Green #0CF78E

RGB

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

 GREEN value IS 247 (96.88% from 255) = 61.6%

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 2.99%
G = 61.6%
B = 35.41%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#0CF78E (or 0x0CF78E) is known color: Medium Spring Green. HEX triplet: 0C, F7 and 8E. RGB value is (12,247,142). Sum of RGB (Red+Green+Blue) = 12+247+142=401 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 401); Green value is 247 (96.88% from 255 or 61.60% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 247 - color contains mainly: green. Hex color #0CF78E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CF78E is #F30871. Grayscale: #A4A4A4. Windows color (decimal): -15927410 or 9369356. OLE color: 9369356.

HSL color Cylindrical-coordinate representation of color #0CF78E: hue angle of 153.19º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF78E is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 12 247 142 -
CMYK 0.95 0 0.43 0.03
HSL 153.19º 0.94% 0.51% -
HSV(B) 153.19º 0.95% 0.97% -
XYZ 38.29 68.55 36.8 -
YUV 164.77 115.14 19.04 -
System Red Green Blue C M Y K H S L
Decimal 12 247 142 0.95 0 0.43 0.03 153.19 0.94 0.51
Hex C F7 8E 5F 0 2B 3 99 5E 33
Octal 14 367 216 137 0 53 3 231 136 63
Binary 1100 11110111 10001110 1011111 0 101011 11 10011001 1011110 110011

Color Harmonies of #0CF78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF78E

Black with #0CF78E

Text Example


Text Example

White with #0CF78E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,247,142); }

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

background-color css

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

 a { background-color: rgb(12,247,142); }

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

border-color css

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

 span { border-color: rgb(12,247,142); }

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