#12BA1D

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

Shades of Dark Pastel Green #12BA1D

Tints of Dark Pastel Green #12BA1D

Color information

#12BA1D (or 0x12BA1D) is unknown color: approx Dark Pastel Green. HEX triplet: 12, BA and 1D. RGB value is (18,186,29). Sum of RGB (Red+Green+Blue) = 18+186+29=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 186 (73.05% from 255 or 79.83% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BA1D is #ED45E2. Grayscale: #767676. Windows color (decimal): -15549923 or 1948178. OLE color: 1948178.

HSL color Cylindrical-coordinate representation of color #12BA1D: hue angle of 123.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 #12BA1D is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB1818629-
CMYK0.9000.840.27
HSL123.93º82.35%40%-
HSV(B)123.93º90.32%72.94%-
XYZ18.0335.347.03-
YUV117.8777.8456.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.73%
GREEN value IS 186 (73.05% from 255) = 79.83%
BLUE value IS 29 (11.72% from 255) = 12.45%
R=7.73%
G=79.83%
B=12.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18186290.9000.840.27123.9382.3540
Hex12BA1D5A0541B7c5228
Octal222723513201243317412250
Binary1001010111010111011011010010101001101111111001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BA1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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