Html Css Color HEX #12F373 Spring Green

📋 copy color: '#12F373'

red 18 ◦ green 243 ◦ blue 115

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

Shades of Spring Green #12F373

Tints of Spring Green #12F373

RGB

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

 GREEN value IS 243 (95.31% from 255) = 64.63%

 BLUE value IS 115 (45.31% from 255) = 30.59%

R = 4.79%
G = 64.63%
B = 30.59%

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

#12F373 (or 0x12F373) is known color: Spring Green. HEX triplet: 12, F3 and 73. RGB value is (18,243,115). Sum of RGB (Red+Green+Blue) = 18+243+115=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 243 (95.31% from 255 or 64.63% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 243 - color contains mainly: green. Hex color #12F373 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F373 is #ED0C8C. Grayscale: #A1A1A1. Windows color (decimal): -15535245 or 7598866. OLE color: 7598866.

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

Color convert

RGB 18 243 115 -
CMYK 0.93 0 0.53 0.05
HSL 145.87º 0.9% 0.51% -
HSV(B) 145.87º 0.93% 0.95% -
XYZ 35.39 65.47 26.99 -
YUV 161.13 101.96 25.91 -
System Red Green Blue C M Y K H S L
Decimal 18 243 115 0.93 0 0.53 0.05 145.87 0.9 0.51
Hex 12 F3 73 5D 0 35 5 92 5A 33
Octal 22 363 163 135 0 65 5 222 132 63
Binary 10010 11110011 1110011 1011101 0 110101 101 10010010 1011010 110011

Color Harmonies of #12F373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F373

Black with #12F373

Text Example


Text Example

White with #12F373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,243,115); }

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

background-color css

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

 a { background-color: rgb(18,243,115); }

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

border-color css

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

 span { border-color: rgb(18,243,115); }

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