Html Css Color HEX #12F976 Spring Green

📋 copy color: '#12F976'

red 18 ◦ green 249 ◦ blue 118

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

Shades of Spring Green #12F976

Tints of Spring Green #12F976

RGB

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

 GREEN value IS 249 (97.66% from 255) = 64.68%

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

R = 4.68%
G = 64.68%
B = 30.65%

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

#12F976 (or 0x12F976) is known color: Spring Green. HEX triplet: 12, F9 and 76. RGB value is (18,249,118). Sum of RGB (Red+Green+Blue) = 18+249+118=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 249 (97.66% from 255 or 64.68% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 249 - color contains mainly: green. Hex color #12F976 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F976 is #ED0689. Grayscale: #A5A5A5. Windows color (decimal): -15533706 or 7797010. OLE color: 7797010.

HSL color Cylindrical-coordinate representation of color #12F976: hue angle of 145.97º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F976 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 249 118 -
CMYK 0.93 0 0.53 0.02
HSL 145.97º 0.95% 0.52% -
HSV(B) 145.97º 0.93% 0.98% -
XYZ 37.4 69.19 28.52 -
YUV 165 101.47 23.15 -
System Red Green Blue C M Y K H S L
Decimal 18 249 118 0.93 0 0.53 0.02 145.97 0.95 0.52
Hex 12 F9 76 5D 0 35 2 92 5F 34
Octal 22 371 166 135 0 65 2 222 137 64
Binary 10010 11111001 1110110 1011101 0 110101 10 10010010 1011111 110100

Color Harmonies of #12F976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F976

Black with #12F976

Text Example


Text Example

White with #12F976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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