Html Css Color HEX #12FF70 Spring Green

📋 copy color: '#12FF70'

red 18 ◦ green 255 ◦ blue 112

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

Shades of Spring Green #12FF70

Tints of Spring Green #12FF70

RGB

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

 GREEN value IS 255 (100% from 255) = 66.23%

 BLUE value IS 112 (44.14% from 255) = 29.09%

R = 4.68%
G = 66.23%
B = 29.09%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#12FF70 (or 0x12FF70) is known color: Spring Green. HEX triplet: 12, FF and 70. RGB value is (18,255,112). Sum of RGB (Red+Green+Blue) = 18+255+112=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 255 (100% from 255 or 66.23% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 255 - color contains mainly: green. Hex color #12FF70 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FF70 is #ED008F. Grayscale: #A8A8A8. Windows color (decimal): -15532176 or 7405330. OLE color: 7405330.

HSL color Cylindrical-coordinate representation of color #12FF70: hue angle of 143.8º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FF70 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 18 255 112 -
CMYK 0.93 0 0.56 0
HSL 143.8º 1% 0.54% -
HSV(B) 143.8º 0.93% 1% -
XYZ 38.93 72.82 27.33 -
YUV 167.84 96.48 21.13 -
System Red Green Blue C M Y K H S L
Decimal 18 255 112 0.93 0 0.56 0 143.8 1 0.54
Hex 12 FF 70 5D 0 38 0 90 64 36
Octal 22 377 160 135 0 70 0 220 144 66
Binary 10010 11111111 1110000 1011101 0 111000 0 10010000 1100100 110110

Color Harmonies of #12FF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FF70

Black with #12FF70

Text Example


Text Example

White with #12FF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,255,112); }

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

background-color css

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

 a { background-color: rgb(18,255,112); }

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

border-color css

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

 span { border-color: rgb(18,255,112); }

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