Html Css Color HEX #12F8A5 Medium Spring Green

📋 copy color: '#12F8A5'

red 18 ◦ green 248 ◦ blue 165

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

Shades of Medium Spring Green #12F8A5

Tints of Medium Spring Green #12F8A5

RGB

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

 GREEN value IS 248 (97.27% from 255) = 57.54%

 BLUE value IS 165 (64.84% from 255) = 38.28%

R = 4.18%
G = 57.54%
B = 38.28%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#12F8A5 (or 0x12F8A5) is known color: Medium Spring Green. HEX triplet: 12, F8 and A5. RGB value is (18,248,165). Sum of RGB (Red+Green+Blue) = 18+248+165=431 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.18% from 431); Green value is 248 (97.27% from 255 or 57.54% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 248 - color contains mainly: green. Hex color #12F8A5 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F8A5 is #ED075A. Grayscale: #A9A9A9. Windows color (decimal): -15533915 or 10876946. OLE color: 10876946.

HSL color Cylindrical-coordinate representation of color #12F8A5: hue angle of 158.35º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F8A5 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 18 248 165 -
CMYK 0.93 0 0.33 0.03
HSL 158.35º 0.94% 0.52% -
HSV(B) 158.35º 0.93% 0.97% -
XYZ 40.61 69.98 46.96 -
YUV 169.77 125.3 19.75 -
System Red Green Blue C M Y K H S L
Decimal 18 248 165 0.93 0 0.33 0.03 158.35 0.94 0.52
Hex 12 F8 A5 5D 0 21 3 9E 5E 34
Octal 22 370 245 135 0 41 3 236 136 64
Binary 10010 11111000 10100101 1011101 0 100001 11 10011110 1011110 110100

Color Harmonies of #12F8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F8A5

Black with #12F8A5

Text Example


Text Example

White with #12F8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,248,165); }

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

background-color css

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

 a { background-color: rgb(18,248,165); }

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

border-color css

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

 span { border-color: rgb(18,248,165); }

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