Html Css Color HEX #12F296 Medium Spring Green

📋 copy color: '#12F296'

red 18 ◦ green 242 ◦ blue 150

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

Shades of Medium Spring Green #12F296

Tints of Medium Spring Green #12F296

RGB

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

 GREEN value IS 242 (94.92% from 255) = 59.02%

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

R = 4.39%
G = 59.02%
B = 36.59%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#12F296 (or 0x12F296) is known color: Medium Spring Green. HEX triplet: 12, F2 and 96. RGB value is (18,242,150). Sum of RGB (Red+Green+Blue) = 18+242+150=410 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.39% from 410); Green value is 242 (94.92% from 255 or 59.02% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 242 - color contains mainly: green. Hex color #12F296 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F296 is #ED0D69. Grayscale: #A4A4A4. Windows color (decimal): -15535466 or 9892370. OLE color: 9892370.

HSL color Cylindrical-coordinate representation of color #12F296: hue angle of 155.36º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F296 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 242 150 -
CMYK 0.93 0 0.38 0.05
HSL 155.36º 0.9% 0.51% -
HSV(B) 155.36º 0.93% 0.95% -
XYZ 37.51 65.83 39.58 -
YUV 164.54 119.79 23.48 -
System Red Green Blue C M Y K H S L
Decimal 18 242 150 0.93 0 0.38 0.05 155.36 0.9 0.51
Hex 12 F2 96 5D 0 26 5 9B 5A 33
Octal 22 362 226 135 0 46 5 233 132 63
Binary 10010 11110010 10010110 1011101 0 100110 101 10011011 1011010 110011

Color Harmonies of #12F296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F296

Black with #12F296

Text Example


Text Example

White with #12F296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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