Html Css Color HEX #12F2B1 Medium Spring Green

📋 copy color: '#12F2B1'

red 18 ◦ green 242 ◦ blue 177

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

Shades of Medium Spring Green #12F2B1

Tints of Medium Spring Green #12F2B1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55.38%

 BLUE value IS 177 (69.53% from 255) = 40.5%

R = 4.12%
G = 55.38%
B = 40.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#12F2B1 (or 0x12F2B1) is known color: Medium Spring Green. HEX triplet: 12, F2 and B1. RGB value is (18,242,177). Sum of RGB (Red+Green+Blue) = 18+242+177=437 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.12% from 437); Green value is 242 (94.92% from 255 or 55.38% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 242 - color contains mainly: green. Hex color #12F2B1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F2B1 is #ED0D4E. Grayscale: #A7A7A7. Windows color (decimal): -15535439 or 11661842. OLE color: 11661842.

HSL color Cylindrical-coordinate representation of color #12F2B1: hue angle of 162.59º degrees, saturation: 0.9, 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 #12F2B1 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 242 177 -
CMYK 0.93 0 0.27 0.05
HSL 162.59º 0.9% 0.51% -
HSV(B) 162.59º 0.93% 0.95% -
XYZ 39.94 66.81 52.39 -
YUV 167.61 133.29 21.29 -
System Red Green Blue C M Y K H S L
Decimal 18 242 177 0.93 0 0.27 0.05 162.59 0.9 0.51
Hex 12 F2 B1 5D 0 1B 5 A3 5A 33
Octal 22 362 261 135 0 33 5 243 132 63
Binary 10010 11110010 10110001 1011101 0 11011 101 10100011 1011010 110011

Color Harmonies of #12F2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F2B1

Black with #12F2B1

Text Example


Text Example

White with #12F2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,242,177); }

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

background-color css

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

 a { background-color: rgb(18,242,177); }

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

border-color css

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

 span { border-color: rgb(18,242,177); }

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