Html Css Color HEX #0CF09D Medium Spring Green

📋 copy color: '#0CF09D'

red 12 ◦ green 240 ◦ blue 157

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

Shades of Medium Spring Green #0CF09D

Tints of Medium Spring Green #0CF09D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 58.68%

 BLUE value IS 157 (61.72% from 255) = 38.39%

R = 2.93%
G = 58.68%
B = 38.39%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#0CF09D (or 0x0CF09D) is known color: Medium Spring Green. HEX triplet: 0C, F0 and 9D. RGB value is (12,240,157). Sum of RGB (Red+Green+Blue) = 12+240+157=409 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 409); Green value is 240 (94.14% from 255 or 58.68% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 240 - color contains mainly: green. Hex color #0CF09D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CF09D is #F30F62. Grayscale: #A2A2A2. Windows color (decimal): -15929187 or 10350604. OLE color: 10350604.

HSL color Cylindrical-coordinate representation of color #0CF09D: hue angle of 158.16º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF09D is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 12 240 157 -
CMYK 0.95 0 0.35 0.06
HSL 158.16º 0.9% 0.49% -
HSV(B) 158.16º 0.95% 0.94% -
XYZ 37.4 64.83 42.44 -
YUV 162.37 124.96 20.75 -
System Red Green Blue C M Y K H S L
Decimal 12 240 157 0.95 0 0.35 0.06 158.16 0.9 0.49
Hex C F0 9D 5F 0 23 6 9E 5A 31
Octal 14 360 235 137 0 43 6 236 132 61
Binary 1100 11110000 10011101 1011111 0 100011 110 10011110 1011010 110001

Color Harmonies of #0CF09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF09D

Black with #0CF09D

Text Example


Text Example

White with #0CF09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,240,157); }

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

background-color css

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

 a { background-color: rgb(12,240,157); }

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

border-color css

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

 span { border-color: rgb(12,240,157); }

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