Html Css Color HEX #12FA6D Spring Green

📋 copy color: '#12FA6D'

red 18 ◦ green 250 ◦ blue 109

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

Shades of Spring Green #12FA6D

Tints of Spring Green #12FA6D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 66.31%

 BLUE value IS 109 (42.97% from 255) = 28.91%

R = 4.77%
G = 66.31%
B = 28.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#12FA6D (or 0x12FA6D) is known color: Spring Green. HEX triplet: 12, FA and 6D. RGB value is (18,250,109). Sum of RGB (Red+Green+Blue) = 18+250+109=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 250 (98.05% from 255 or 66.31% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA6D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FA6D is #ED0592. Grayscale: #A4A4A4. Windows color (decimal): -15533459 or 7207442. OLE color: 7207442.

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

Color convert

RGB 18 250 109 -
CMYK 0.93 0 0.56 0.02
HSL 143.53º 0.96% 0.53% -
HSV(B) 143.53º 0.93% 0.98% -
XYZ 37.2 69.6 25.94 -
YUV 164.56 96.64 23.46 -
System Red Green Blue C M Y K H S L
Decimal 18 250 109 0.93 0 0.56 0.02 143.53 0.96 0.53
Hex 12 FA 6D 5D 0 38 2 90 60 35
Octal 22 372 155 135 0 70 2 220 140 65
Binary 10010 11111010 1101101 1011101 0 111000 10 10010000 1100000 110101

Color Harmonies of #12FA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FA6D

Black with #12FA6D

Text Example


Text Example

White with #12FA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,250,109); }

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

background-color css

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

 a { background-color: rgb(18,250,109); }

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

border-color css

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

 span { border-color: rgb(18,250,109); }

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