Html Css Color HEX #12FF5F Spring Green

📋 copy color: '#12FF5F'

red 18 ◦ green 255 ◦ blue 95

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

Shades of Spring Green #12FF5F

Tints of Spring Green #12FF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.82%

R = 4.89%
G = 69.29%
B = 25.82%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#12FF5F (or 0x12FF5F) is known color: Spring Green. HEX triplet: 12, FF and 5F. RGB value is (18,255,95). Sum of RGB (Red+Green+Blue) = 18+255+95=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 255 (100% from 255 or 69.29% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 255 - color contains mainly: green. Hex color #12FF5F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FF5F is #ED00A0. Grayscale: #A6A6A6. Windows color (decimal): -15532193 or 6291218. OLE color: 6291218.

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

Color convert

RGB 18 255 95 -
CMYK 0.93 0 0.63 0
HSL 139.49º 1% 0.54% -
HSV(B) 139.49º 0.93% 1% -
XYZ 38.08 72.47 22.81 -
YUV 165.9 87.98 22.51 -
System Red Green Blue C M Y K H S L
Decimal 18 255 95 0.93 0 0.63 0 139.49 1 0.54
Hex 12 FF 5F 5D 0 3F 0 8B 64 36
Octal 22 377 137 135 0 77 0 213 144 66
Binary 10010 11111111 1011111 1011101 0 111111 0 10001011 1100100 110110

Color Harmonies of #12FF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FF5F

Black with #12FF5F

Text Example


Text Example

White with #12FF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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