Html Css Color HEX #12F46C Spring Green

📋 copy color: '#12F46C'

red 18 ◦ green 244 ◦ blue 108

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

Shades of Spring Green #12F46C

Tints of Spring Green #12F46C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 65.95%

 BLUE value IS 108 (42.58% from 255) = 29.19%

R = 4.86%
G = 65.95%
B = 29.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#12F46C (or 0x12F46C) is known color: Spring Green. HEX triplet: 12, F4 and 6C. RGB value is (18,244,108). Sum of RGB (Red+Green+Blue) = 18+244+108=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 244 (95.70% from 255 or 65.95% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 244 - color contains mainly: green. Hex color #12F46C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F46C is #ED0B93. Grayscale: #A1A1A1. Windows color (decimal): -15534996 or 7140370. OLE color: 7140370.

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

Color convert

RGB 18 244 108 -
CMYK 0.93 0 0.56 0.04
HSL 143.89º 0.91% 0.51% -
HSV(B) 143.89º 0.93% 0.96% -
XYZ 35.31 65.91 25.05 -
YUV 160.92 98.13 26.06 -
System Red Green Blue C M Y K H S L
Decimal 18 244 108 0.93 0 0.56 0.04 143.89 0.91 0.51
Hex 12 F4 6C 5D 0 38 4 90 5B 33
Octal 22 364 154 135 0 70 4 220 133 63
Binary 10010 11110100 1101100 1011101 0 111000 100 10010000 1011011 110011

Color Harmonies of #12F46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F46C

Black with #12F46C

Text Example


Text Example

White with #12F46C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,244,108); }

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

background-color css

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

 a { background-color: rgb(18,244,108); }

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

border-color css

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

 span { border-color: rgb(18,244,108); }

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