Html Css Color HEX #12FD7F Spring Green

📋 copy color: '#12FD7F'

red 18 ◦ green 253 ◦ blue 127

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

Shades of Spring Green #12FD7F

Tints of Spring Green #12FD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.91%

R = 4.52%
G = 63.57%
B = 31.91%

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

#12FD7F (or 0x12FD7F) is known color: Spring Green. HEX triplet: 12, FD and 7F. RGB value is (18,253,127). Sum of RGB (Red+Green+Blue) = 18+253+127=398 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.52% from 398); Green value is 253 (99.22% from 255 or 63.57% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 253 - color contains mainly: green. Hex color #12FD7F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FD7F is #ED0280. Grayscale: #A8A8A8. Windows color (decimal): -15532673 or 8387858. OLE color: 8387858.

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

Color convert

RGB 18 253 127 -
CMYK 0.93 0 0.50 0.01
HSL 147.83º 0.98% 0.53% -
HSV(B) 147.83º 0.93% 0.99% -
XYZ 39.21 71.91 31.89 -
YUV 168.37 104.64 20.75 -
System Red Green Blue C M Y K H S L
Decimal 18 253 127 0.93 0 0.50 0.01 147.83 0.98 0.53
Hex 12 FD 7F 5D 0 32 1 94 62 35
Octal 22 375 177 135 0 62 1 224 142 65
Binary 10010 11111101 1111111 1011101 0 110010 1 10010100 1100010 110101

Color Harmonies of #12FD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FD7F

Black with #12FD7F

Text Example


Text Example

White with #12FD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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