Html Css Color HEX #12F671 Spring Green

📋 copy color: '#12F671'

red 18 ◦ green 246 ◦ blue 113

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

Shades of Spring Green #12F671

Tints of Spring Green #12F671

RGB

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

 GREEN value IS 246 (96.48% from 255) = 65.25%

 BLUE value IS 113 (44.53% from 255) = 29.97%

R = 4.77%
G = 65.25%
B = 29.97%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#12F671 (or 0x12F671) is known color: Spring Green. HEX triplet: 12, F6 and 71. RGB value is (18,246,113). Sum of RGB (Red+Green+Blue) = 18+246+113=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 246 (96.48% from 255 or 65.25% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 246 - color contains mainly: green. Hex color #12F671 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F671 is #ED098E. Grayscale: #A2A2A2. Windows color (decimal): -15534479 or 7468562. OLE color: 7468562.

HSL color Cylindrical-coordinate representation of color #12F671: hue angle of 145º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F671 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 246 113 -
CMYK 0.93 0 0.54 0.04
HSL 145º 0.93% 0.52% -
HSV(B) 145º 0.93% 0.96% -
XYZ 36.19 67.23 26.69 -
YUV 162.67 99.96 24.81 -
System Red Green Blue C M Y K H S L
Decimal 18 246 113 0.93 0 0.54 0.04 145 0.93 0.52
Hex 12 F6 71 5D 0 36 4 91 5D 34
Octal 22 366 161 135 0 66 4 221 135 64
Binary 10010 11110110 1110001 1011101 0 110110 100 10010001 1011101 110100

Color Harmonies of #12F671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F671

Black with #12F671

Text Example


Text Example

White with #12F671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,246,113); }

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

background-color css

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

 a { background-color: rgb(18,246,113); }

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

border-color css

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

 span { border-color: rgb(18,246,113); }

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