#12F38B

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

Shades of Spring Green #12F38B

Tints of Spring Green #12F38B

Color information

#12F38B (or 0x12F38B) is unknown color: approx Spring Green. HEX triplet: 12, F3 and 8B. RGB value is (18,243,139). Sum of RGB (Red+Green+Blue) = 18+243+139=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 243 (95.31% from 255 or 60.75% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 243 - color contains mainly: green. Hex color #12F38B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F38B is #ED0C74. Grayscale: #A4A4A4. Windows color (decimal): -15535221 or 9171730. OLE color: 9171730.

HSL color Cylindrical-coordinate representation of color #12F38B: hue angle of 152.27º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F38B is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB18243139-
CMYK0.9300.430.05
HSL152.27º90.36%51.18%-
HSV(B)152.27º92.59%95.29%-
XYZ36.9666.0935.24-
YUV163.87113.9623.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.5%
GREEN value IS 243 (95.31% from 255) = 60.75%
BLUE value IS 139 (54.69% from 255) = 34.75%
R=4.5%
G=60.75%
B=34.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182431390.9300.430.05152.2790.3651.18
Hex12F38B5D02B5985a33
Octal22363213135053523013263
Binary10010111100111000101110111010101011101100110001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,243,139); }

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

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

 a { background-color: rgb(18,243,139); }

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

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

 span { border-color: rgb(18,243,139); }

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