Html Css Color HEX #12F197 Medium Spring Green

📋 copy color: '#12F197'

red 18 ◦ green 241 ◦ blue 151

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

Shades of Medium Spring Green #12F197

Tints of Medium Spring Green #12F197

RGB

 RED value IS 18 (7.42% from 255) = 4.39%

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

 BLUE value IS 151 (59.38% from 255) = 36.83%

R = 4.39%
G = 58.78%
B = 36.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#12F197 (or 0x12F197) is known color: Medium Spring Green. HEX triplet: 12, F1 and 97. RGB value is (18,241,151). Sum of RGB (Red+Green+Blue) = 18+241+151=410 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.39% from 410); Green value is 241 (94.53% from 255 or 58.78% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 241 - color contains mainly: green. Hex color #12F197 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F197 is #ED0E68. Grayscale: #A4A4A4. Windows color (decimal): -15535721 or 9957650. OLE color: 9957650.

HSL color Cylindrical-coordinate representation of color #12F197: hue angle of 155.78º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F197 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 241 151 -
CMYK 0.93 0 0.37 0.05
HSL 155.78º 0.89% 0.51% -
HSV(B) 155.78º 0.93% 0.95% -
XYZ 37.29 65.27 39.91 -
YUV 164.06 120.62 23.82 -
System Red Green Blue C M Y K H S L
Decimal 18 241 151 0.93 0 0.37 0.05 155.78 0.89 0.51
Hex 12 F1 97 5D 0 25 5 9C 59 33
Octal 22 361 227 135 0 45 5 234 131 63
Binary 10010 11110001 10010111 1011101 0 100101 101 10011100 1011001 110011

Color Harmonies of #12F197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F197

Black with #12F197

Text Example


Text Example

White with #12F197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12F197; }

 p { color: rgb(18,241,151); }

 H1.HeaderClassName
 {
   color: #12F197;
 }
 .AnyTagClassName
 {
   color: #12F197;
 }
</style>

background-color css

<style>
 a { background-color: #12F197; }

 a { background-color: rgb(18,241,151); }

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

border-color css

<style>
 span { border-color: #12F197; }

 span { border-color: rgb(18,241,151); }

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