#12E677

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

Shades of Spring Green #12E677

Tints of Spring Green #12E677

Color information

#12E677 (or 0x12E677) is unknown color: approx Spring Green. HEX triplet: 12, E6 and 77. RGB value is (18,230,119). Sum of RGB (Red+Green+Blue) = 18+230+119=367 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.90% from 367); Green value is 230 (90.23% from 255 or 62.67% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 230 - color contains mainly: green. Hex color #12E677 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12E677 is #ED1988. Grayscale: #9A9A9A. Windows color (decimal): -15538569 or 7857682. OLE color: 7857682.

HSL color Cylindrical-coordinate representation of color #12E677: hue angle of 148.58º 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 #12E677 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB18230119-
CMYK0.9200.480.10
HSL148.58º85.48%48.63%-
HSV(B)148.58º92.17%90.2%-
XYZ31.8858.0526.98-
YUV153.96108.2631.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.90%
GREEN value IS 230 (90.23% from 255) = 62.67%
BLUE value IS 119 (46.88% from 255) = 32.43%
R=4.90%
G=62.67%
B=32.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal182301190.9200.480.10148.5885.4848.63
Hex12E6775C030A955531
Octal223461671340601222512561
Binary10010111001101110111101110001100001010100101011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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