Html Css Color HEX #12FC62 Spring Green

📋 copy color: '#12FC62'

red 18 ◦ green 252 ◦ blue 98

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

Shades of Spring Green #12FC62

Tints of Spring Green #12FC62

RGB

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

 GREEN value IS 252 (98.83% from 255) = 68.48%

 BLUE value IS 98 (38.67% from 255) = 26.63%

R = 4.89%
G = 68.48%
B = 26.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#12FC62 (or 0x12FC62) is known color: Spring Green. HEX triplet: 12, FC and 62. RGB value is (18,252,98). Sum of RGB (Red+Green+Blue) = 18+252+98=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 252 (98.83% from 255 or 68.48% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 252 - color contains mainly: green. Hex color #12FC62 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FC62 is #ED039D. Grayscale: #A4A4A4. Windows color (decimal): -15532958 or 6487058. OLE color: 6487058.

HSL color Cylindrical-coordinate representation of color #12FC62: hue angle of 140.51º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FC62 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 252 98 -
CMYK 0.93 0 0.61 0.01
HSL 140.51º 0.98% 0.53% -
HSV(B) 140.51º 0.93% 0.99% -
XYZ 37.26 70.63 23.22 -
YUV 164.48 90.48 23.52 -
System Red Green Blue C M Y K H S L
Decimal 18 252 98 0.93 0 0.61 0.01 140.51 0.98 0.53
Hex 12 FC 62 5D 0 3D 1 8D 62 35
Octal 22 374 142 135 0 75 1 215 142 65
Binary 10010 11111100 1100010 1011101 0 111101 1 10001101 1100010 110101

Color Harmonies of #12FC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FC62

Black with #12FC62

Text Example


Text Example

White with #12FC62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,252,98); }

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

background-color css

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

 a { background-color: rgb(18,252,98); }

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

border-color css

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

 span { border-color: rgb(18,252,98); }

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