Html Css Color HEX #12F17C Spring Green

📋 copy color: '#12F17C'

red 18 ◦ green 241 ◦ blue 124

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

Shades of Spring Green #12F17C

Tints of Spring Green #12F17C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 62.92%

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 4.7%
G = 62.92%
B = 32.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#12F17C (or 0x12F17C) is known color: Spring Green. HEX triplet: 12, F1 and 7C. RGB value is (18,241,124). Sum of RGB (Red+Green+Blue) = 18+241+124=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 241 (94.53% from 255 or 62.92% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 241 - color contains mainly: green. Hex color #12F17C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F17C is #ED0E83. Grayscale: #A1A1A1. Windows color (decimal): -15535748 or 8188178. OLE color: 8188178.

HSL color Cylindrical-coordinate representation of color #12F17C: hue angle of 148.52º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F17C is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 241 124 -
CMYK 0.93 0 0.49 0.05
HSL 148.52º 0.89% 0.51% -
HSV(B) 148.52º 0.93% 0.95% -
XYZ 35.34 64.49 29.65 -
YUV 160.99 107.12 26.01 -
System Red Green Blue C M Y K H S L
Decimal 18 241 124 0.93 0 0.49 0.05 148.52 0.89 0.51
Hex 12 F1 7C 5D 0 31 5 95 59 33
Octal 22 361 174 135 0 61 5 225 131 63
Binary 10010 11110001 1111100 1011101 0 110001 101 10010101 1011001 110011

Color Harmonies of #12F17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F17C

Black with #12F17C

Text Example


Text Example

White with #12F17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,241,124); }

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

background-color css

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

 a { background-color: rgb(18,241,124); }

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

border-color css

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

 span { border-color: rgb(18,241,124); }

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