#12BA4D

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

Shades of Dark Pastel Green #12BA4D

Tints of Dark Pastel Green #12BA4D

Color information

#12BA4D (or 0x12BA4D) is unknown color: approx Dark Pastel Green. HEX triplet: 12, BA and 4D. RGB value is (18,186,77). Sum of RGB (Red+Green+Blue) = 18+186+77=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 186 (73.05% from 255 or 66.19% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BA4D is #ED45B2. Grayscale: #7B7B7B. Windows color (decimal): -15549875 or 5093906. OLE color: 5093906.

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

Color convert

RGB1818677-
CMYK0.9000.590.27
HSL141.07º82.35%40%-
HSV(B)141.07º90.32%72.94%-
XYZ19.1535.7812.92-
YUV123.34101.8452.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.41%
GREEN value IS 186 (73.05% from 255) = 66.19%
BLUE value IS 77 (30.47% from 255) = 27.40%
R=6.41%
G=66.19%
B=27.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18186770.9000.590.27141.0782.3540
Hex12BA4D5A03B1B8d5228
Octal222721151320733321512250
Binary100101011101010011011011010011101111011100011011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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