Html Css Color HEX #0CF18B Medium Spring Green

📋 copy color: '#0CF18B'

red 12 ◦ green 241 ◦ blue 139

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

Shades of Medium Spring Green #0CF18B

Tints of Medium Spring Green #0CF18B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 61.48%

 BLUE value IS 139 (54.69% from 255) = 35.46%

R = 3.06%
G = 61.48%
B = 35.46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#0CF18B (or 0x0CF18B) is known color: Medium Spring Green. HEX triplet: 0C, F1 and 8B. RGB value is (12,241,139). Sum of RGB (Red+Green+Blue) = 12+241+139=392 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.06% from 392); Green value is 241 (94.53% from 255 or 61.48% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 241 - color contains mainly: green. Hex color #0CF18B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CF18B is #F30E74. Grayscale: #A1A1A1. Windows color (decimal): -15928949 or 9171212. OLE color: 9171212.

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

Color convert

RGB 12 241 139 -
CMYK 0.95 0 0.42 0.05
HSL 153.28º 0.91% 0.5% -
HSV(B) 153.28º 0.95% 0.95% -
XYZ 36.27 64.85 35.03 -
YUV 160.9 115.63 21.79 -
System Red Green Blue C M Y K H S L
Decimal 12 241 139 0.95 0 0.42 0.05 153.28 0.91 0.5
Hex C F1 8B 5F 0 2A 5 99 5B 32
Octal 14 361 213 137 0 52 5 231 133 62
Binary 1100 11110001 10001011 1011111 0 101010 101 10011001 1011011 110010

Color Harmonies of #0CF18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF18B

Black with #0CF18B

Text Example


Text Example

White with #0CF18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,241,139); }

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

background-color css

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

 a { background-color: rgb(12,241,139); }

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

border-color css

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

 span { border-color: rgb(12,241,139); }

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