Html Css Color HEX #12F2B0 Medium Spring Green

📋 copy color: '#12F2B0'

red 18 ◦ green 242 ◦ blue 176

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

Shades of Medium Spring Green #12F2B0

Tints of Medium Spring Green #12F2B0

RGB

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

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

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

R = 4.13%
G = 55.5%
B = 40.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#12F2B0 (or 0x12F2B0) is known color: Medium Spring Green. HEX triplet: 12, F2 and B0. RGB value is (18,242,176). Sum of RGB (Red+Green+Blue) = 18+242+176=436 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.13% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #12F2B0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F2B0 is #ED0D4F. Grayscale: #A7A7A7. Windows color (decimal): -15535440 or 11596306. OLE color: 11596306.

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

Color convert

RGB 18 242 176 -
CMYK 0.93 0 0.27 0.05
HSL 162.32º 0.9% 0.51% -
HSV(B) 162.32º 0.93% 0.95% -
XYZ 39.84 66.77 51.86 -
YUV 167.5 132.79 21.37 -
System Red Green Blue C M Y K H S L
Decimal 18 242 176 0.93 0 0.27 0.05 162.32 0.9 0.51
Hex 12 F2 B0 5D 0 1B 5 A2 5A 33
Octal 22 362 260 135 0 33 5 242 132 63
Binary 10010 11110010 10110000 1011101 0 11011 101 10100010 1011010 110011

Color Harmonies of #12F2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F2B0

Black with #12F2B0

Text Example


Text Example

White with #12F2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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