Html Css Color HEX #12FE94 Medium Spring Green

📋 copy color: '#12FE94'

red 18 ◦ green 254 ◦ blue 148

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

Shades of Medium Spring Green #12FE94

Tints of Medium Spring Green #12FE94

RGB

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

 GREEN value IS 254 (99.61% from 255) = 60.48%

 BLUE value IS 148 (58.2% from 255) = 35.24%

R = 4.29%
G = 60.48%
B = 35.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#12FE94 (or 0x12FE94) is known color: Medium Spring Green. HEX triplet: 12, FE and 94. RGB value is (18,254,148). Sum of RGB (Red+Green+Blue) = 18+254+148=420 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.29% from 420); Green value is 254 (99.61% from 255 or 60.48% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 254 - color contains mainly: green. Hex color #12FE94 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FE94 is #ED016B. Grayscale: #ABABAB. Windows color (decimal): -15532396 or 9764370. OLE color: 9764370.

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

Color convert

RGB 18 254 148 -
CMYK 0.93 0 0.42 0.00
HSL 153.05º 0.99% 0.53% -
HSV(B) 153.05º 0.93% 1% -
XYZ 41.04 73.15 39.97 -
YUV 171.35 114.81 18.62 -
System Red Green Blue C M Y K H S L
Decimal 18 254 148 0.93 0 0.42 0.00 153.05 0.99 0.53
Hex 12 FE 94 5D 0 2A 0 99 63 35
Octal 22 376 224 135 0 52 0 231 143 65
Binary 10010 11111110 10010100 1011101 0 101010 0 10011001 1100011 110101

Color Harmonies of #12FE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FE94

Black with #12FE94

Text Example


Text Example

White with #12FE94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,254,148); }

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

background-color css

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

 a { background-color: rgb(18,254,148); }

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

border-color css

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

 span { border-color: rgb(18,254,148); }

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