Html Css Color HEX #12F99D Medium Spring Green

📋 copy color: '#12F99D'

red 18 ◦ green 249 ◦ blue 157

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

Shades of Medium Spring Green #12F99D

Tints of Medium Spring Green #12F99D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 58.73%

 BLUE value IS 157 (61.72% from 255) = 37.03%

R = 4.25%
G = 58.73%
B = 37.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#12F99D (or 0x12F99D) is known color: Medium Spring Green. HEX triplet: 12, F9 and 9D. RGB value is (18,249,157). Sum of RGB (Red+Green+Blue) = 18+249+157=424 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.25% from 424); Green value is 249 (97.66% from 255 or 58.73% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 249 - color contains mainly: green. Hex color #12F99D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F99D is #ED0662. Grayscale: #A9A9A9. Windows color (decimal): -15533667 or 10352914. OLE color: 10352914.

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

Color convert

RGB 18 249 157 -
CMYK 0.93 0 0.37 0.02
HSL 156.1º 0.95% 0.52% -
HSV(B) 156.1º 0.93% 0.98% -
XYZ 40.21 70.31 43.35 -
YUV 169.44 120.97 19.98 -
System Red Green Blue C M Y K H S L
Decimal 18 249 157 0.93 0 0.37 0.02 156.1 0.95 0.52
Hex 12 F9 9D 5D 0 25 2 9C 5F 34
Octal 22 371 235 135 0 45 2 234 137 64
Binary 10010 11111001 10011101 1011101 0 100101 10 10011100 1011111 110100

Color Harmonies of #12F99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F99D

Black with #12F99D

Text Example


Text Example

White with #12F99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,249,157); }

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

background-color css

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

 a { background-color: rgb(18,249,157); }

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

border-color css

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

 span { border-color: rgb(18,249,157); }

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