Html Css Color HEX #12FA72 Spring Green

📋 copy color: '#12FA72'

red 18 ◦ green 250 ◦ blue 114

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

Shades of Spring Green #12FA72

Tints of Spring Green #12FA72

RGB

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

 GREEN value IS 250 (98.05% from 255) = 65.45%

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

R = 4.71%
G = 65.45%
B = 29.84%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#12FA72 (or 0x12FA72) is known color: Spring Green. HEX triplet: 12, FA and 72. RGB value is (18,250,114). Sum of RGB (Red+Green+Blue) = 18+250+114=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 250 (98.05% from 255 or 65.45% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FA72 is #ED058D. Grayscale: #A5A5A5. Windows color (decimal): -15533454 or 7535122. OLE color: 7535122.

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

Color convert

RGB 18 250 114 -
CMYK 0.93 0 0.54 0.02
HSL 144.83º 0.96% 0.53% -
HSV(B) 144.83º 0.93% 0.98% -
XYZ 37.47 69.71 27.4 -
YUV 165.13 99.14 23.06 -
System Red Green Blue C M Y K H S L
Decimal 18 250 114 0.93 0 0.54 0.02 144.83 0.96 0.53
Hex 12 FA 72 5D 0 36 2 91 60 35
Octal 22 372 162 135 0 66 2 221 140 65
Binary 10010 11111010 1110010 1011101 0 110110 10 10010001 1100000 110101

Color Harmonies of #12FA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FA72

Black with #12FA72

Text Example


Text Example

White with #12FA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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