Html Css Color HEX #12FB96 Medium Spring Green

📋 copy color: '#12FB96'

red 18 ◦ green 251 ◦ blue 150

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

Shades of Medium Spring Green #12FB96

Tints of Medium Spring Green #12FB96

RGB

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

 GREEN value IS 251 (98.44% from 255) = 59.9%

 BLUE value IS 150 (58.98% from 255) = 35.8%

R = 4.3%
G = 59.9%
B = 35.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#12FB96 (or 0x12FB96) is known color: Medium Spring Green. HEX triplet: 12, FB and 96. RGB value is (18,251,150). Sum of RGB (Red+Green+Blue) = 18+251+150=419 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.30% from 419); Green value is 251 (98.44% from 255 or 59.90% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 251 - color contains mainly: green. Hex color #12FB96 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FB96 is #ED0469. Grayscale: #A9A9A9. Windows color (decimal): -15533162 or 9894674. OLE color: 9894674.

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

Color convert

RGB 18 251 150 -
CMYK 0.93 0 0.40 0.02
HSL 153.99º 0.97% 0.53% -
HSV(B) 153.99º 0.93% 0.98% -
XYZ 40.25 71.32 40.5 -
YUV 169.82 116.81 19.71 -
System Red Green Blue C M Y K H S L
Decimal 18 251 150 0.93 0 0.40 0.02 153.99 0.97 0.53
Hex 12 FB 96 5D 0 28 2 9A 61 35
Octal 22 373 226 135 0 50 2 232 141 65
Binary 10010 11111011 10010110 1011101 0 101000 10 10011010 1100001 110101

Color Harmonies of #12FB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FB96

Black with #12FB96

Text Example


Text Example

White with #12FB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,251,150); }

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

background-color css

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

 a { background-color: rgb(18,251,150); }

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

border-color css

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

 span { border-color: rgb(18,251,150); }

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