Html Css Color HEX #12FD7E Spring Green

📋 copy color: '#12FD7E'

red 18 ◦ green 253 ◦ blue 126

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

Shades of Spring Green #12FD7E

Tints of Spring Green #12FD7E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 63.73%

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 4.53%
G = 63.73%
B = 31.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#12FD7E (or 0x12FD7E) is known color: Spring Green. HEX triplet: 12, FD and 7E. RGB value is (18,253,126). Sum of RGB (Red+Green+Blue) = 18+253+126=397 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.53% from 397); Green value is 253 (99.22% from 255 or 63.73% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 253 - color contains mainly: green. Hex color #12FD7E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FD7E is #ED0281. Grayscale: #A8A8A8. Windows color (decimal): -15532674 or 8322322. OLE color: 8322322.

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

Color convert

RGB 18 253 126 -
CMYK 0.93 0 0.50 0.01
HSL 147.57º 0.98% 0.53% -
HSV(B) 147.57º 0.93% 0.99% -
XYZ 39.14 71.89 31.55 -
YUV 168.26 104.14 20.83 -
System Red Green Blue C M Y K H S L
Decimal 18 253 126 0.93 0 0.50 0.01 147.57 0.98 0.53
Hex 12 FD 7E 5D 0 32 1 94 62 35
Octal 22 375 176 135 0 62 1 224 142 65
Binary 10010 11111101 1111110 1011101 0 110010 1 10010100 1100010 110101

Color Harmonies of #12FD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FD7E

Black with #12FD7E

Text Example


Text Example

White with #12FD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,253,126); }

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

background-color css

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

 a { background-color: rgb(18,253,126); }

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

border-color css

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

 span { border-color: rgb(18,253,126); }

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