Html Css Color HEX #12F773 Spring Green

📋 copy color: '#12F773'

red 18 ◦ green 247 ◦ blue 115

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

Shades of Spring Green #12F773

Tints of Spring Green #12F773

RGB

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

 GREEN value IS 247 (96.88% from 255) = 65%

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

R = 4.74%
G = 65%
B = 30.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#12F773 (or 0x12F773) is known color: Spring Green. HEX triplet: 12, F7 and 73. RGB value is (18,247,115). Sum of RGB (Red+Green+Blue) = 18+247+115=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 247 (96.88% from 255 or 65% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 247 - color contains mainly: green. Hex color #12F773 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F773 is #ED088C. Grayscale: #A3A3A3. Windows color (decimal): -15534221 or 7599890. OLE color: 7599890.

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

Color convert

RGB 18 247 115 -
CMYK 0.93 0 0.53 0.03
HSL 145.41º 0.93% 0.52% -
HSV(B) 145.41º 0.93% 0.97% -
XYZ 36.6 67.89 27.39 -
YUV 163.48 100.63 24.23 -
System Red Green Blue C M Y K H S L
Decimal 18 247 115 0.93 0 0.53 0.03 145.41 0.93 0.52
Hex 12 F7 73 5D 0 35 3 91 5D 34
Octal 22 367 163 135 0 65 3 221 135 64
Binary 10010 11110111 1110011 1011101 0 110101 11 10010001 1011101 110100

Color Harmonies of #12F773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F773

Black with #12F773

Text Example


Text Example

White with #12F773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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