Html Css Color HEX #12EB7D Spring Green

📋 copy color: '#12EB7D'

red 18 ◦ green 235 ◦ blue 125

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

Shades of Spring Green #12EB7D

Tints of Spring Green #12EB7D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 62.17%

 BLUE value IS 125 (49.22% from 255) = 33.07%

R = 4.76%
G = 62.17%
B = 33.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#12EB7D (or 0x12EB7D) is known color: Spring Green. HEX triplet: 12, EB and 7D. RGB value is (18,235,125). Sum of RGB (Red+Green+Blue) = 18+235+125=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 235 (92.19% from 255 or 62.17% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 235 - color contains mainly: green. Hex color #12EB7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12EB7D is #ED1482. Grayscale: #9D9D9D. Windows color (decimal): -15537283 or 8252178. OLE color: 8252178.

HSL color Cylindrical-coordinate representation of color #12EB7D: hue angle of 149.59º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EB7D is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 235 125 -
CMYK 0.92 0 0.47 0.08
HSL 149.59º 0.86% 0.5% -
HSV(B) 149.59º 0.92% 0.92% -
XYZ 33.66 61.03 29.41 -
YUV 157.58 109.61 28.44 -
System Red Green Blue C M Y K H S L
Decimal 18 235 125 0.92 0 0.47 0.08 149.59 0.86 0.5
Hex 12 EB 7D 5C 0 2F 8 96 56 32
Octal 22 353 175 134 0 57 10 226 126 62
Binary 10010 11101011 1111101 1011100 0 101111 1000 10010110 1010110 110010

Color Harmonies of #12EB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EB7D

Black with #12EB7D

Text Example


Text Example

White with #12EB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,235,125); }

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

background-color css

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

 a { background-color: rgb(18,235,125); }

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

border-color css

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

 span { border-color: rgb(18,235,125); }

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