Html Css Color HEX #0CF09B Medium Spring Green

📋 copy color: '#0CF09B'

red 12 ◦ green 240 ◦ blue 155

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

Shades of Medium Spring Green #0CF09B

Tints of Medium Spring Green #0CF09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.08%

R = 2.95%
G = 58.97%
B = 38.08%

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

#0CF09B (or 0x0CF09B) is known color: Medium Spring Green. HEX triplet: 0C, F0 and 9B. RGB value is (12,240,155). Sum of RGB (Red+Green+Blue) = 12+240+155=407 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.95% from 407); Green value is 240 (94.14% from 255 or 58.97% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 240 - color contains mainly: green. Hex color #0CF09B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CF09B is #F30F64. Grayscale: #A2A2A2. Windows color (decimal): -15929189 or 10219532. OLE color: 10219532.

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

Color convert

RGB 12 240 155 -
CMYK 0.95 0 0.35 0.06
HSL 157.63º 0.9% 0.49% -
HSV(B) 157.63º 0.95% 0.94% -
XYZ 37.23 64.76 41.55 -
YUV 162.14 123.96 20.91 -
System Red Green Blue C M Y K H S L
Decimal 12 240 155 0.95 0 0.35 0.06 157.63 0.9 0.49
Hex C F0 9B 5F 0 23 6 9E 5A 31
Octal 14 360 233 137 0 43 6 236 132 61
Binary 1100 11110000 10011011 1011111 0 100011 110 10011110 1011010 110001

Color Harmonies of #0CF09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF09B

Black with #0CF09B

Text Example


Text Example

White with #0CF09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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