#0D9945

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

Shades of Pigment Green #0D9945

Tints of Pigment Green #0D9945

Color information

#0D9945 (or 0x0D9945) is unknown color: approx Pigment Green. HEX triplet: 0D, 99 and 45. RGB value is (13,153,69). Sum of RGB (Red+Green+Blue) = 13+153+69=235 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.53% from 235); Green value is 153 (60.16% from 255 or 65.11% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 153 - color contains mainly: green. Hex color #0D9945 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9945 is #F266BA. Grayscale: #656565. Windows color (decimal): -15886011 or 4561165. OLE color: 4561165.

HSL color Cylindrical-coordinate representation of color #0D9945: hue angle of 144º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9945 is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB1315369-
CMYK0.9200.550.4
HSL144º84.34%32.55%-
HSV(B)144º91.5%60%-
XYZ12.6323.39.46-
YUV101.56109.6264.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.53%
GREEN value IS 153 (60.16% from 255) = 65.11%
BLUE value IS 69 (27.34% from 255) = 29.36%
R=5.53%
G=65.11%
B=29.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal13153690.9200.550.414484.3432.55
HexD99455C03728905421
Octal152311051340675022012441
Binary110110011001100010110111000110111101000100100001010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,153,69); }

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

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

 a { background-color: rgb(13,153,69); }

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

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

 span { border-color: rgb(13,153,69); }

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