Html Css Color HEX #12FA92 Medium Spring Green

📋 copy color: '#12FA92'

red 18 ◦ green 250 ◦ blue 146

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

Shades of Medium Spring Green #12FA92

Tints of Medium Spring Green #12FA92

RGB

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

 GREEN value IS 250 (98.05% from 255) = 60.39%

 BLUE value IS 146 (57.42% from 255) = 35.27%

R = 4.35%
G = 60.39%
B = 35.27%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#12FA92 (or 0x12FA92) is known color: Medium Spring Green. HEX triplet: 12, FA and 92. RGB value is (18,250,146). Sum of RGB (Red+Green+Blue) = 18+250+146=414 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.35% from 414); Green value is 250 (98.05% from 255 or 60.39% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA92 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FA92 is #ED056D. Grayscale: #A8A8A8. Windows color (decimal): -15533422 or 9632274. OLE color: 9632274.

HSL color Cylindrical-coordinate representation of color #12FA92: hue angle of 153.1º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FA92 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 250 146 -
CMYK 0.93 0 0.42 0.02
HSL 153.1º 0.96% 0.53% -
HSV(B) 153.1º 0.93% 0.98% -
XYZ 39.62 70.58 38.73 -
YUV 168.78 115.14 20.46 -
System Red Green Blue C M Y K H S L
Decimal 18 250 146 0.93 0 0.42 0.02 153.1 0.96 0.53
Hex 12 FA 92 5D 0 2A 2 99 60 35
Octal 22 372 222 135 0 52 2 231 140 65
Binary 10010 11111010 10010010 1011101 0 101010 10 10011001 1100000 110101

Color Harmonies of #12FA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FA92

Black with #12FA92

Text Example


Text Example

White with #12FA92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,250,146); }

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

background-color css

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

 a { background-color: rgb(18,250,146); }

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

border-color css

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

 span { border-color: rgb(18,250,146); }

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