Html Css Color HEX #12FD6E Spring Green

📋 copy color: '#12FD6E'

red 18 ◦ green 253 ◦ blue 110

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

Shades of Spring Green #12FD6E

Tints of Spring Green #12FD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.87%

R = 4.72%
G = 66.4%
B = 28.87%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#12FD6E (or 0x12FD6E) is known color: Spring Green. HEX triplet: 12, FD and 6E. RGB value is (18,253,110). Sum of RGB (Red+Green+Blue) = 18+253+110=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 253 (99.22% from 255 or 66.40% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 253 - color contains mainly: green. Hex color #12FD6E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FD6E is #ED0291. Grayscale: #A6A6A6. Windows color (decimal): -15532690 or 7273746. OLE color: 7273746.

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

Color convert

RGB 18 253 110 -
CMYK 0.93 0 0.57 0.01
HSL 143.49º 0.98% 0.53% -
HSV(B) 143.49º 0.93% 0.99% -
XYZ 38.19 71.5 26.54 -
YUV 166.43 96.14 22.13 -
System Red Green Blue C M Y K H S L
Decimal 18 253 110 0.93 0 0.57 0.01 143.49 0.98 0.53
Hex 12 FD 6E 5D 0 39 1 8F 62 35
Octal 22 375 156 135 0 71 1 217 142 65
Binary 10010 11111101 1101110 1011101 0 111001 1 10001111 1100010 110101

Color Harmonies of #12FD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FD6E

Black with #12FD6E

Text Example


Text Example

White with #12FD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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