Html Css Color HEX #0CF293 Medium Spring Green

📋 copy color: '#0CF293'

red 12 ◦ green 242 ◦ blue 147

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

Shades of Medium Spring Green #0CF293

Tints of Medium Spring Green #0CF293

RGB

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

 GREEN value IS 242 (94.92% from 255) = 60.35%

 BLUE value IS 147 (57.81% from 255) = 36.66%

R = 2.99%
G = 60.35%
B = 36.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#0CF293 (or 0x0CF293) is known color: Medium Spring Green. HEX triplet: 0C, F2 and 93. RGB value is (12,242,147). Sum of RGB (Red+Green+Blue) = 12+242+147=401 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 401); Green value is 242 (94.92% from 255 or 60.35% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 242 - color contains mainly: green. Hex color #0CF293 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CF293 is #F30D6C. Grayscale: #A2A2A2. Windows color (decimal): -15928685 or 9695756. OLE color: 9695756.

HSL color Cylindrical-coordinate representation of color #0CF293: hue angle of 155.22º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF293 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 12 242 147 -
CMYK 0.95 0 0.39 0.05
HSL 155.22º 0.91% 0.5% -
HSV(B) 155.22º 0.95% 0.95% -
XYZ 37.17 65.69 38.32 -
YUV 162.4 119.3 20.72 -
System Red Green Blue C M Y K H S L
Decimal 12 242 147 0.95 0 0.39 0.05 155.22 0.91 0.5
Hex C F2 93 5F 0 27 5 9B 5B 32
Octal 14 362 223 137 0 47 5 233 133 62
Binary 1100 11110010 10010011 1011111 0 100111 101 10011011 1011011 110010

Color Harmonies of #0CF293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF293

Black with #0CF293

Text Example


Text Example

White with #0CF293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,242,147); }

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

background-color css

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

 a { background-color: rgb(12,242,147); }

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

border-color css

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

 span { border-color: rgb(12,242,147); }

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