Html Css Color HEX #12E082 Spring Green

📋 copy color: '#12E082'

red 18 ◦ green 224 ◦ blue 130

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

Shades of Spring Green #12E082

Tints of Spring Green #12E082

RGB

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

 GREEN value IS 224 (87.89% from 255) = 60.22%

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

R = 4.84%
G = 60.22%
B = 34.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#12E082 (or 0x12E082) is known color: Spring Green. HEX triplet: 12, E0 and 82. RGB value is (18,224,130). Sum of RGB (Red+Green+Blue) = 18+224+130=372 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.84% from 372); Green value is 224 (87.89% from 255 or 60.22% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 224 - color contains mainly: green. Hex color #12E082 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E082 is #ED1F7D. Grayscale: #979797. Windows color (decimal): -15540094 or 8577042. OLE color: 8577042.

HSL color Cylindrical-coordinate representation of color #12E082: hue angle of 152.62º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E082 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 18 224 130 -
CMYK 0.92 0 0.42 0.12
HSL 152.62º 0.85% 0.47% -
HSV(B) 152.62º 0.92% 0.88% -
XYZ 30.93 55.05 30.11 -
YUV 151.69 115.75 32.64 -
System Red Green Blue C M Y K H S L
Decimal 18 224 130 0.92 0 0.42 0.12 152.62 0.85 0.47
Hex 12 E0 82 5C 0 2A C 99 55 2F
Octal 22 340 202 134 0 52 14 231 125 57
Binary 10010 11100000 10000010 1011100 0 101010 1100 10011001 1010101 101111

Color Harmonies of #12E082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E082

Black with #12E082

Text Example


Text Example

White with #12E082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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