#12EE88

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

Shades of Spring Green #12EE88

Tints of Spring Green #12EE88

Color information

#12EE88 (or 0x12EE88) is unknown color: approx Spring Green. HEX triplet: 12, EE and 88. RGB value is (18,238,136). Sum of RGB (Red+Green+Blue) = 18+238+136=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 238 (93.36% from 255 or 60.71% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 238 - color contains mainly: green. Hex color #12EE88 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12EE88 is #ED1177. Grayscale: #A0A0A0. Windows color (decimal): -15536504 or 8973842. OLE color: 8973842.

HSL color Cylindrical-coordinate representation of color #12EE88: hue angle of 152.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EE88 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB18238136-
CMYK0.9200.430.07
HSL152.18º86.61%50.2%-
HSV(B)152.18º92.44%93.33%-
XYZ35.2763.0633.6-
YUV160.59114.1126.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.59%
GREEN value IS 238 (93.36% from 255) = 60.71%
BLUE value IS 136 (53.52% from 255) = 34.69%
R=4.59%
G=60.71%
B=34.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182381360.9200.430.07152.1886.6150.2
Hex12EE885C02B7985732
Octal22356210134053723012762
Binary10010111011101000100010111000101011111100110001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12EE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,238,136); }

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

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

 a { background-color: rgb(18,238,136); }

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

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

 span { border-color: rgb(18,238,136); }

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