Html Css Color HEX #0CFA95 Medium Spring Green

📋 copy color: '#0CFA95'

red 12 ◦ green 250 ◦ blue 149

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

Shades of Medium Spring Green #0CFA95

Tints of Medium Spring Green #0CFA95

RGB

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

 GREEN value IS 250 (98.05% from 255) = 60.83%

 BLUE value IS 149 (58.59% from 255) = 36.25%

R = 2.92%
G = 60.83%
B = 36.25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#0CFA95 (or 0x0CFA95) is known color: Medium Spring Green. HEX triplet: 0C, FA and 95. RGB value is (12,250,149). Sum of RGB (Red+Green+Blue) = 12+250+149=411 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.92% from 411); Green value is 250 (98.05% from 255 or 60.83% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFA95 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFA95 is #F3056A. Grayscale: #A7A7A7. Windows color (decimal): -15926635 or 9828876. OLE color: 9828876.

HSL color Cylindrical-coordinate representation of color #0CFA95: hue angle of 154.54º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFA95 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 250 149 -
CMYK 0.95 0 0.40 0.02
HSL 154.54º 0.96% 0.51% -
HSV(B) 154.54º 0.95% 0.98% -
XYZ 39.76 70.62 39.97 -
YUV 167.32 117.65 17.21 -
System Red Green Blue C M Y K H S L
Decimal 12 250 149 0.95 0 0.40 0.02 154.54 0.96 0.51
Hex C FA 95 5F 0 28 2 9B 60 33
Octal 14 372 225 137 0 50 2 233 140 63
Binary 1100 11111010 10010101 1011111 0 101000 10 10011011 1100000 110011

Color Harmonies of #0CFA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFA95

Black with #0CFA95

Text Example


Text Example

White with #0CFA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,250,149); }

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

background-color css

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

 a { background-color: rgb(12,250,149); }

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

border-color css

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

 span { border-color: rgb(12,250,149); }

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