#12B73A

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

Shades of Dark Pastel Green #12B73A

Tints of Dark Pastel Green #12B73A

Color information

#12B73A (or 0x12B73A) is unknown color: approx Dark Pastel Green. HEX triplet: 12, B7 and 3A. RGB value is (18,183,58). Sum of RGB (Red+Green+Blue) = 18+183+58=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 183 (71.88% from 255 or 70.66% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 183 - color contains mainly: green. Hex color #12B73A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B73A is #ED48C5. Grayscale: #777777. Windows color (decimal): -15550662 or 3847954. OLE color: 3847954.

HSL color Cylindrical-coordinate representation of color #12B73A: hue angle of 134.55º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B73A is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB1818358-
CMYK0.9000.680.28
HSL134.55º82.09%39.41%-
HSV(B)134.55º90.16%71.76%-
XYZ17.9534.39.68-
YUV119.4293.3455.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 183 (71.88% from 255) = 70.66%
BLUE value IS 58 (23.05% from 255) = 22.39%
R=6.95%
G=70.66%
B=22.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18183580.9000.680.28134.5582.0939.41
Hex12B73A5A0441C875227
Octal222677213201043420712247
Binary100101011011111101010110100100010011100100001111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,183,58); }

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

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

 a { background-color: rgb(18,183,58); }

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

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

 span { border-color: rgb(18,183,58); }

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