#0D9546

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

Shades of Pigment Green #0D9546

Tints of Pigment Green #0D9546

Color information

#0D9546 (or 0x0D9546) is unknown color: approx Pigment Green. HEX triplet: 0D, 95 and 46. RGB value is (13,149,70). Sum of RGB (Red+Green+Blue) = 13+149+70=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 149 (58.59% from 255 or 64.22% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 149 - color contains mainly: green. Hex color #0D9546 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9546 is #F26AB9. Grayscale: #636363. Windows color (decimal): -15887034 or 4625677. OLE color: 4625677.

HSL color Cylindrical-coordinate representation of color #0D9546: hue angle of 145.15º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9546 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB1314970-
CMYK0.9100.530.42
HSL145.15º83.95%31.76%-
HSV(B)145.15º91.28%58.43%-
XYZ12.0222.029.41-
YUV99.33111.4466.42-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.60%
GREEN value IS 149 (58.59% from 255) = 64.22%
BLUE value IS 70 (27.73% from 255) = 30.17%
R=5.60%
G=64.22%
B=30.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13149700.9100.530.42145.1583.9531.76
HexD95465B0352A915420
Octal152251061330655222112440
Binary110110010101100011010110110110101101010100100011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,149,70); }

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

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

 a { background-color: rgb(13,149,70); }

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

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

 span { border-color: rgb(13,149,70); }

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