Html Css Color HEX #12FB64 Spring Green

📋 copy color: '#12FB64'

red 18 ◦ green 251 ◦ blue 100

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

Shades of Spring Green #12FB64

Tints of Spring Green #12FB64

RGB

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

 GREEN value IS 251 (98.44% from 255) = 68.02%

 BLUE value IS 100 (39.45% from 255) = 27.1%

R = 4.88%
G = 68.02%
B = 27.1%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#12FB64 (or 0x12FB64) is known color: Spring Green. HEX triplet: 12, FB and 64. RGB value is (18,251,100). Sum of RGB (Red+Green+Blue) = 18+251+100=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 251 (98.44% from 255 or 68.02% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 251 - color contains mainly: green. Hex color #12FB64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FB64 is #ED049B. Grayscale: #A4A4A4. Windows color (decimal): -15533212 or 6617874. OLE color: 6617874.

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

Color convert

RGB 18 251 100 -
CMYK 0.93 0 0.60 0.02
HSL 141.12º 0.97% 0.53% -
HSV(B) 141.12º 0.93% 0.98% -
XYZ 37.05 70.04 23.62 -
YUV 164.12 91.81 23.78 -
System Red Green Blue C M Y K H S L
Decimal 18 251 100 0.93 0 0.60 0.02 141.12 0.97 0.53
Hex 12 FB 64 5D 0 3C 2 8D 61 35
Octal 22 373 144 135 0 74 2 215 141 65
Binary 10010 11111011 1100100 1011101 0 111100 10 10001101 1100001 110101

Color Harmonies of #12FB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FB64

Black with #12FB64

Text Example


Text Example

White with #12FB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,251,100); }

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

background-color css

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

 a { background-color: rgb(18,251,100); }

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

border-color css

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

 span { border-color: rgb(18,251,100); }

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