Html Css Color HEX #12F99E Medium Spring Green

📋 copy color: '#12F99E'

red 18 ◦ green 249 ◦ blue 158

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

Shades of Medium Spring Green #12F99E

Tints of Medium Spring Green #12F99E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.18%

R = 4.24%
G = 58.59%
B = 37.18%

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

#12F99E (or 0x12F99E) is known color: Medium Spring Green. HEX triplet: 12, F9 and 9E. RGB value is (18,249,158). Sum of RGB (Red+Green+Blue) = 18+249+158=425 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.24% from 425); Green value is 249 (97.66% from 255 or 58.59% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 249 - color contains mainly: green. Hex color #12F99E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F99E is #ED0661. Grayscale: #A9A9A9. Windows color (decimal): -15533666 or 10418450. OLE color: 10418450.

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

Color convert

RGB 18 249 158 -
CMYK 0.93 0 0.37 0.02
HSL 156.36º 0.95% 0.52% -
HSV(B) 156.36º 0.93% 0.98% -
XYZ 40.3 70.35 43.8 -
YUV 169.56 121.47 19.9 -
System Red Green Blue C M Y K H S L
Decimal 18 249 158 0.93 0 0.37 0.02 156.36 0.95 0.52
Hex 12 F9 9E 5D 0 25 2 9C 5F 34
Octal 22 371 236 135 0 45 2 234 137 64
Binary 10010 11111001 10011110 1011101 0 100101 10 10011100 1011111 110100

Color Harmonies of #12F99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F99E

Black with #12F99E

Text Example


Text Example

White with #12F99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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