Html Css Color HEX #12F782 Spring Green

📋 copy color: '#12F782'

red 18 ◦ green 247 ◦ blue 130

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

Shades of Spring Green #12F782

Tints of Spring Green #12F782

RGB

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

 GREEN value IS 247 (96.88% from 255) = 62.53%

 BLUE value IS 130 (51.17% from 255) = 32.91%

R = 4.56%
G = 62.53%
B = 32.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#12F782 (or 0x12F782) is known color: Spring Green. HEX triplet: 12, F7 and 82. RGB value is (18,247,130). Sum of RGB (Red+Green+Blue) = 18+247+130=395 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.56% from 395); Green value is 247 (96.88% from 255 or 62.53% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 247 - color contains mainly: green. Hex color #12F782 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F782 is #ED087D. Grayscale: #A5A5A5. Windows color (decimal): -15534206 or 8582930. OLE color: 8582930.

HSL color Cylindrical-coordinate representation of color #12F782: hue angle of 149.34º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F782 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 18 247 130 -
CMYK 0.93 0 0.47 0.03
HSL 149.35º 0.93% 0.52% -
HSV(B) 149.35º 0.93% 0.97% -
XYZ 37.54 68.26 32.32 -
YUV 165.19 108.13 23.01 -
System Red Green Blue C M Y K H S L
Decimal 18 247 130 0.93 0 0.47 0.03 149.35 0.93 0.52
Hex 12 F7 82 5D 0 2F 3 95 5D 34
Octal 22 367 202 135 0 57 3 225 135 64
Binary 10010 11110111 10000010 1011101 0 101111 11 10010101 1011101 110100

Color Harmonies of #12F782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F782

Black with #12F782

Text Example


Text Example

White with #12F782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,247,130); }

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

background-color css

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

 a { background-color: rgb(18,247,130); }

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

border-color css

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

 span { border-color: rgb(18,247,130); }

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