Html Css Color HEX #12FA8D Medium Spring Green

📋 copy color: '#12FA8D'

red 18 ◦ green 250 ◦ blue 141

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

Shades of Medium Spring Green #12FA8D

Tints of Medium Spring Green #12FA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.47%

R = 4.4%
G = 61.12%
B = 34.47%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#12FA8D (or 0x12FA8D) is known color: Medium Spring Green. HEX triplet: 12, FA and 8D. RGB value is (18,250,141). Sum of RGB (Red+Green+Blue) = 18+250+141=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 250 (98.05% from 255 or 61.12% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FA8D is #ED0572. Grayscale: #A8A8A8. Windows color (decimal): -15533427 or 9304594. OLE color: 9304594.

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

Color convert

RGB 18 250 141 -
CMYK 0.93 0 0.44 0.02
HSL 151.81º 0.96% 0.53% -
HSV(B) 151.81º 0.93% 0.98% -
XYZ 39.24 70.42 36.72 -
YUV 168.21 112.64 20.86 -
System Red Green Blue C M Y K H S L
Decimal 18 250 141 0.93 0 0.44 0.02 151.81 0.96 0.53
Hex 12 FA 8D 5D 0 2C 2 98 60 35
Octal 22 372 215 135 0 54 2 230 140 65
Binary 10010 11111010 10001101 1011101 0 101100 10 10011000 1100000 110101

Color Harmonies of #12FA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FA8D

Black with #12FA8D

Text Example


Text Example

White with #12FA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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