Html Css Color HEX #12F171 Spring Green

📋 copy color: '#12F171'

red 18 ◦ green 241 ◦ blue 113

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

Shades of Spring Green #12F171

Tints of Spring Green #12F171

RGB

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

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

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

R = 4.84%
G = 64.78%
B = 30.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#12F171 (or 0x12F171) is known color: Spring Green. HEX triplet: 12, F1 and 71. RGB value is (18,241,113). Sum of RGB (Red+Green+Blue) = 18+241+113=372 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.84% from 372); Green value is 241 (94.53% from 255 or 64.78% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 241 - color contains mainly: green. Hex color #12F171 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F171 is #ED0E8E. Grayscale: #A0A0A0. Windows color (decimal): -15535759 or 7467282. OLE color: 7467282.

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

Color convert

RGB 18 241 113 -
CMYK 0.93 0 0.53 0.05
HSL 145.56º 0.89% 0.51% -
HSV(B) 145.56º 0.93% 0.95% -
XYZ 34.69 64.23 26.19 -
YUV 159.73 101.62 26.91 -
System Red Green Blue C M Y K H S L
Decimal 18 241 113 0.93 0 0.53 0.05 145.56 0.89 0.51
Hex 12 F1 71 5D 0 35 5 92 59 33
Octal 22 361 161 135 0 65 5 222 131 63
Binary 10010 11110001 1110001 1011101 0 110101 101 10010010 1011001 110011

Color Harmonies of #12F171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F171

Black with #12F171

Text Example


Text Example

White with #12F171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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