#12BA39

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

Shades of Dark Pastel Green #12BA39

Tints of Dark Pastel Green #12BA39

Color information

#12BA39 (or 0x12BA39) is unknown color: approx Dark Pastel Green. HEX triplet: 12, BA and 39. RGB value is (18,186,57). Sum of RGB (Red+Green+Blue) = 18+186+57=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 186 (73.05% from 255 or 71.26% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BA39 is #ED45C6. Grayscale: #797979. Windows color (decimal): -15549895 or 3783186. OLE color: 3783186.

HSL color Cylindrical-coordinate representation of color #12BA39: hue angle of 133.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BA39 is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB1818657-
CMYK0.9000.690.27
HSL133.93º82.35%40%-
HSV(B)133.93º90.32%72.94%-
XYZ18.5535.549.75-
YUV121.0691.8454.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.90%
GREEN value IS 186 (73.05% from 255) = 71.26%
BLUE value IS 57 (22.66% from 255) = 21.84%
R=6.90%
G=71.26%
B=21.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18186570.9000.690.27133.9382.3540
Hex12BA395A0451B865228
Octal222727113201053320612250
Binary100101011101011100110110100100010111011100001101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,186,57); }

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

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

 a { background-color: rgb(18,186,57); }

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

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

 span { border-color: rgb(18,186,57); }

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