Html Css Color HEX #12FF64 Spring Green

📋 copy color: '#12FF64'

red 18 ◦ green 255 ◦ blue 100

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

Shades of Spring Green #12FF64

Tints of Spring Green #12FF64

RGB

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

 GREEN value IS 255 (100% from 255) = 68.36%

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

R = 4.83%
G = 68.36%
B = 26.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#12FF64 (or 0x12FF64) is known color: Spring Green. HEX triplet: 12, FF and 64. RGB value is (18,255,100). Sum of RGB (Red+Green+Blue) = 18+255+100=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 255 (100% from 255 or 68.36% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 255 - color contains mainly: green. Hex color #12FF64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FF64 is #ED009B. Grayscale: #A6A6A6. Windows color (decimal): -15532188 or 6618898. OLE color: 6618898.

HSL color Cylindrical-coordinate representation of color #12FF64: hue angle of 140.76º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FF64 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB 18 255 100 -
CMYK 0.93 0 0.61 0
HSL 140.76º 1% 0.54% -
HSV(B) 140.76º 0.93% 1% -
XYZ 38.31 72.57 24.04 -
YUV 166.47 90.48 22.1 -
System Red Green Blue C M Y K H S L
Decimal 18 255 100 0.93 0 0.61 0 140.76 1 0.54
Hex 12 FF 64 5D 0 3D 0 8D 64 36
Octal 22 377 144 135 0 75 0 215 144 66
Binary 10010 11111111 1100100 1011101 0 111101 0 10001101 1100100 110110

Color Harmonies of #12FF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FF64

Black with #12FF64

Text Example


Text Example

White with #12FF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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