#0D9143

Color #0D9143 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0D9143

Tints of Pigment Green #0D9143

Color information

#0D9143 (or 0x0D9143) is unknown color: approx Pigment Green. HEX triplet: 0D, 91 and 43. RGB value is (13,145,67). Sum of RGB (Red+Green+Blue) = 13+145+67=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 145 (57.03% from 255 or 64.44% from 225); Blue value is 67 (26.56% from 255 or 29.78% from 225); Max value from RGB is 145 - color contains mainly: green. Hex color #0D9143 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9143 is #F26EBC. Grayscale: #606060. Windows color (decimal): -15888061 or 4428045. OLE color: 4428045.

HSL color Cylindrical-coordinate representation of color #0D9143: hue angle of 144.55º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9143 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.

Color convert

RGB1314567-
CMYK0.9100.540.43
HSL144.55º83.54%30.98%-
HSV(B)144.55º91.03%56.86%-
XYZ11.320.748.72-
YUV96.64111.2768.34-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.78%
GREEN value IS 145 (57.03% from 255) = 64.44%
BLUE value IS 67 (26.56% from 255) = 29.78%
R=5.78%
G=64.44%
B=29.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13145670.9100.540.43144.5583.5430.98
HexD91435B0362B91541f
Octal152211031330665322112437
Binary11011001000110000111011011011011010101110010001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D9143; }

 p { color: rgb(13,145,67); }

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

<style>
 a { background-color: #0D9143; }

 a { background-color: rgb(13,145,67); }

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

<style>
 span { border-color: #0D9143; }

 span { border-color: rgb(13,145,67); }

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