Html Css Color HEX #12FA6B Spring Green

📋 copy color: '#12FA6B'

red 18 ◦ green 250 ◦ blue 107

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

Shades of Spring Green #12FA6B

Tints of Spring Green #12FA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.53%

R = 4.8%
G = 66.67%
B = 28.53%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#12FA6B (or 0x12FA6B) is known color: Spring Green. HEX triplet: 12, FA and 6B. RGB value is (18,250,107). Sum of RGB (Red+Green+Blue) = 18+250+107=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 250 (98.05% from 255 or 66.67% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 250 - color contains mainly: green. Hex color #12FA6B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FA6B is #ED0594. Grayscale: #A4A4A4. Windows color (decimal): -15533461 or 7076370. OLE color: 7076370.

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

Color convert

RGB 18 250 107 -
CMYK 0.93 0 0.57 0.02
HSL 143.02º 0.96% 0.53% -
HSV(B) 143.02º 0.93% 0.98% -
XYZ 37.09 69.56 25.38 -
YUV 164.33 95.64 23.63 -
System Red Green Blue C M Y K H S L
Decimal 18 250 107 0.93 0 0.57 0.02 143.02 0.96 0.53
Hex 12 FA 6B 5D 0 39 2 8F 60 35
Octal 22 372 153 135 0 71 2 217 140 65
Binary 10010 11111010 1101011 1011101 0 111001 10 10001111 1100000 110101

Color Harmonies of #12FA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FA6B

Black with #12FA6B

Text Example


Text Example

White with #12FA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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