Html Css Color HEX #12FFB0 Medium Spring Green

📋 copy color: '#12FFB0'

red 18 ◦ green 255 ◦ blue 176

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

Shades of Medium Spring Green #12FFB0

Tints of Medium Spring Green #12FFB0

RGB

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

 GREEN value IS 255 (100% from 255) = 56.79%

 BLUE value IS 176 (69.14% from 255) = 39.2%

R = 4.01%
G = 56.79%
B = 39.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#12FFB0 (or 0x12FFB0) is known color: Medium Spring Green. HEX triplet: 12, FF and B0. RGB value is (18,255,176). Sum of RGB (Red+Green+Blue) = 18+255+176=449 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.01% from 449); Green value is 255 (100% from 255 or 56.79% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFB0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FFB0 is #ED004F. Grayscale: #AFAFAF. Windows color (decimal): -15532112 or 11599634. OLE color: 11599634.

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

Color convert

RGB 18 255 176 -
CMYK 0.93 0 0.31 0
HSL 160º 1% 0.54% -
HSV(B) 160º 0.93% 1% -
XYZ 43.85 74.78 53.2 -
YUV 175.13 128.48 15.92 -
System Red Green Blue C M Y K H S L
Decimal 18 255 176 0.93 0 0.31 0 160 1 0.54
Hex 12 FF B0 5D 0 1F 0 A0 64 36
Octal 22 377 260 135 0 37 0 240 144 66
Binary 10010 11111111 10110000 1011101 0 11111 0 10100000 1100100 110110

Color Harmonies of #12FFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FFB0

Black with #12FFB0

Text Example


Text Example

White with #12FFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,255,176); }

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

background-color css

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

 a { background-color: rgb(18,255,176); }

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

border-color css

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

 span { border-color: rgb(18,255,176); }

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