Html Css Color HEX #12F482 Spring Green

📋 copy color: '#12F482'

red 18 ◦ green 244 ◦ blue 130

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

Shades of Spring Green #12F482

Tints of Spring Green #12F482

RGB

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

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

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

R = 4.59%
G = 62.24%
B = 33.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#12F482 (or 0x12F482) is known color: Spring Green. HEX triplet: 12, F4 and 82. RGB value is (18,244,130). Sum of RGB (Red+Green+Blue) = 18+244+130=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 244 (95.70% from 255 or 62.24% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 244 - color contains mainly: green. Hex color #12F482 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F482 is #ED0B7D. Grayscale: #A3A3A3. Windows color (decimal): -15534974 or 8582162. OLE color: 8582162.

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

Color convert

RGB 18 244 130 -
CMYK 0.93 0 0.47 0.04
HSL 149.73º 0.91% 0.51% -
HSV(B) 149.73º 0.93% 0.96% -
XYZ 36.63 66.44 32.01 -
YUV 163.43 109.13 24.27 -
System Red Green Blue C M Y K H S L
Decimal 18 244 130 0.93 0 0.47 0.04 149.73 0.91 0.51
Hex 12 F4 82 5D 0 2F 4 96 5B 33
Octal 22 364 202 135 0 57 4 226 133 63
Binary 10010 11110100 10000010 1011101 0 101111 100 10010110 1011011 110011

Color Harmonies of #12F482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F482

Black with #12F482

Text Example


Text Example

White with #12F482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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