Html Css Color HEX #12E372 Spring Green

📋 copy color: '#12E372'

red 18 ◦ green 227 ◦ blue 114

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

Shades of Spring Green #12E372

Tints of Spring Green #12E372

RGB

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

 GREEN value IS 227 (89.06% from 255) = 63.23%

 BLUE value IS 114 (44.92% from 255) = 31.75%

R = 5.01%
G = 63.23%
B = 31.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#12E372 (or 0x12E372) is known color: Spring Green. HEX triplet: 12, E3 and 72. RGB value is (18,227,114). Sum of RGB (Red+Green+Blue) = 18+227+114=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 227 (89.06% from 255 or 63.23% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 227 - color contains mainly: green. Hex color #12E372 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12E372 is #ED1C8D. Grayscale: #979797. Windows color (decimal): -15539342 or 7529234. OLE color: 7529234.

HSL color Cylindrical-coordinate representation of color #12E372: hue angle of 147.56º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E372 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 18 227 114 -
CMYK 0.92 0 0.50 0.11
HSL 147.56º 0.85% 0.48% -
HSV(B) 147.56º 0.92% 0.89% -
XYZ 30.76 56.28 25.16 -
YUV 151.63 106.76 32.69 -
System Red Green Blue C M Y K H S L
Decimal 18 227 114 0.92 0 0.50 0.11 147.56 0.85 0.48
Hex 12 E3 72 5C 0 32 B 94 55 30
Octal 22 343 162 134 0 62 13 224 125 60
Binary 10010 11100011 1110010 1011100 0 110010 1011 10010100 1010101 110000

Color Harmonies of #12E372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E372

Black with #12E372

Text Example


Text Example

White with #12E372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,227,114); }

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

background-color css

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

 a { background-color: rgb(18,227,114); }

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

border-color css

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

 span { border-color: rgb(18,227,114); }

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