Html Css Color HEX #12FA76 Spring Green

📋 copy color: '#12FA76'

red 18 ◦ green 250 ◦ blue 118

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

Shades of Spring Green #12FA76

Tints of Spring Green #12FA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.57%

R = 4.66%
G = 64.77%
B = 30.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#12FA76 (or 0x12FA76) is known color: Spring Green. HEX triplet: 12, FA and 76. RGB value is (18,250,118). Sum of RGB (Red+Green+Blue) = 18+250+118=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 250 (98.05% from 255 or 64.77% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA76 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FA76 is #ED0589. Grayscale: #A5A5A5. Windows color (decimal): -15533450 or 7797266. OLE color: 7797266.

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

Color convert

RGB 18 250 118 -
CMYK 0.93 0 0.53 0.02
HSL 145.86º 0.96% 0.53% -
HSV(B) 145.86º 0.93% 0.98% -
XYZ 37.71 69.81 28.63 -
YUV 165.58 101.14 22.73 -
System Red Green Blue C M Y K H S L
Decimal 18 250 118 0.93 0 0.53 0.02 145.86 0.96 0.53
Hex 12 FA 76 5D 0 35 2 92 60 35
Octal 22 372 166 135 0 65 2 222 140 65
Binary 10010 11111010 1110110 1011101 0 110101 10 10010010 1100000 110101

Color Harmonies of #12FA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FA76

Black with #12FA76

Text Example


Text Example

White with #12FA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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