#12E67F

Color #12E67F Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #12E67F

Tints of Spring Green #12E67F

Color information

#12E67F (or 0x12E67F) is unknown color: approx Spring Green. HEX triplet: 12, E6 and 7F. RGB value is (18,230,127). Sum of RGB (Red+Green+Blue) = 18+230+127=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 230 (90.23% from 255 or 61.33% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 230 - color contains mainly: green. Hex color #12E67F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12E67F is #ED1980. Grayscale: #9B9B9B. Windows color (decimal): -15538561 or 8381970. OLE color: 8381970.

HSL color Cylindrical-coordinate representation of color #12E67F: hue angle of 150.85º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E67F is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB18230127-
CMYK0.9200.450.10
HSL150.85º85.48%48.63%-
HSV(B)150.85º92.17%90.2%-
XYZ32.3858.2529.62-
YUV154.87112.2630.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.8%
GREEN value IS 230 (90.23% from 255) = 61.33%
BLUE value IS 127 (50% from 255) = 33.87%
R=4.8%
G=61.33%
B=33.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal182301270.9200.450.10150.8585.4848.63
Hex12E67F5C02DA975531
Octal223461771340551222712561
Binary10010111001101111111101110001011011010100101111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,230,127); }

 H1.HeaderClassName
 {
   color: #12E67F;
 }
 .AnyTagClassName
 {
   color: #12E67F;
 }
</style>
background-color css

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

 a { background-color: rgb(18,230,127); }

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

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

 span { border-color: rgb(18,230,127); }

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