Html Css Color HEX #12F19B Medium Spring Green

📋 copy color: '#12F19B'

red 18 ◦ green 241 ◦ blue 155

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

Shades of Medium Spring Green #12F19B

Tints of Medium Spring Green #12F19B

RGB

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

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

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

R = 4.35%
G = 58.21%
B = 37.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#12F19B (or 0x12F19B) is known color: Medium Spring Green. HEX triplet: 12, F1 and 9B. RGB value is (18,241,155). Sum of RGB (Red+Green+Blue) = 18+241+155=414 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.35% from 414); Green value is 241 (94.53% from 255 or 58.21% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 241 - color contains mainly: green. Hex color #12F19B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F19B is #ED0E64. Grayscale: #A4A4A4. Windows color (decimal): -15535717 or 10219794. OLE color: 10219794.

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

Color convert

RGB 18 241 155 -
CMYK 0.93 0 0.36 0.05
HSL 156.86º 0.89% 0.51% -
HSV(B) 156.86º 0.93% 0.95% -
XYZ 37.62 65.41 41.65 -
YUV 164.52 122.62 23.49 -
System Red Green Blue C M Y K H S L
Decimal 18 241 155 0.93 0 0.36 0.05 156.86 0.89 0.51
Hex 12 F1 9B 5D 0 24 5 9D 59 33
Octal 22 361 233 135 0 44 5 235 131 63
Binary 10010 11110001 10011011 1011101 0 100100 101 10011101 1011001 110011

Color Harmonies of #12F19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F19B

Black with #12F19B

Text Example


Text Example

White with #12F19B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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