Html Css Color HEX #12FF8D Spring Green

📋 copy color: '#12FF8D'

red 18 ◦ green 255 ◦ blue 141

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

Shades of Spring Green #12FF8D

Tints of Spring Green #12FF8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 4.35%
G = 61.59%
B = 34.06%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#12FF8D (or 0x12FF8D) is known color: Spring Green. HEX triplet: 12, FF and 8D. RGB value is (18,255,141). Sum of RGB (Red+Green+Blue) = 18+255+141=414 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.35% from 414); Green value is 255 (100% from 255 or 61.59% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 255 - color contains mainly: green. Hex color #12FF8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FF8D is #ED0072. Grayscale: #ABABAB. Windows color (decimal): -15532147 or 9305874. OLE color: 9305874.

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

Color convert

RGB 18 255 141 -
CMYK 0.93 0 0.45 0
HSL 151.14º 1% 0.54% -
HSV(B) 151.14º 0.93% 1% -
XYZ 40.82 73.57 37.25 -
YUV 171.14 110.98 18.77 -
System Red Green Blue C M Y K H S L
Decimal 18 255 141 0.93 0 0.45 0 151.14 1 0.54
Hex 12 FF 8D 5D 0 2D 0 97 64 36
Octal 22 377 215 135 0 55 0 227 144 66
Binary 10010 11111111 10001101 1011101 0 101101 0 10010111 1100100 110110

Color Harmonies of #12FF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FF8D

Black with #12FF8D

Text Example


Text Example

White with #12FF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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