Html Css Color HEX #12FEB2 Medium Spring Green

📋 copy color: '#12FEB2'

red 18 ◦ green 254 ◦ blue 178

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

Shades of Medium Spring Green #12FEB2

Tints of Medium Spring Green #12FEB2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 56.44%

 BLUE value IS 178 (69.92% from 255) = 39.56%

R = 4%
G = 56.44%
B = 39.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#12FEB2 (or 0x12FEB2) is known color: Medium Spring Green. HEX triplet: 12, FE and B2. RGB value is (18,254,178). Sum of RGB (Red+Green+Blue) = 18+254+178=450 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4% from 450); Green value is 254 (99.61% from 255 or 56.44% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 254 - color contains mainly: green. Hex color #12FEB2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FEB2 is #ED014D. Grayscale: #AEAEAE. Windows color (decimal): -15532366 or 11730450. OLE color: 11730450.

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

Color convert

RGB 18 254 178 -
CMYK 0.93 0 0.30 0.00
HSL 160.68º 0.99% 0.53% -
HSV(B) 160.68º 0.93% 1% -
XYZ 43.73 74.23 54.14 -
YUV 174.77 129.81 16.18 -
System Red Green Blue C M Y K H S L
Decimal 18 254 178 0.93 0 0.30 0.00 160.68 0.99 0.53
Hex 12 FE B2 5D 0 1E 0 A1 63 35
Octal 22 376 262 135 0 36 0 241 143 65
Binary 10010 11111110 10110010 1011101 0 11110 0 10100001 1100011 110101

Color Harmonies of #12FEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FEB2

Black with #12FEB2

Text Example


Text Example

White with #12FEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,254,178); }

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

background-color css

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

 a { background-color: rgb(18,254,178); }

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

border-color css

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

 span { border-color: rgb(18,254,178); }

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