#0D9640

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

Shades of Pigment Green #0D9640

Tints of Pigment Green #0D9640

Color information

#0D9640 (or 0x0D9640) is unknown color: approx Pigment Green. HEX triplet: 0D, 96 and 40. RGB value is (13,150,64). Sum of RGB (Red+Green+Blue) = 13+150+64=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 150 (58.98% from 255 or 66.08% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 150 - color contains mainly: green. Hex color #0D9640 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9640 is #F269BF. Grayscale: #636363. Windows color (decimal): -15886784 or 4232717. OLE color: 4232717.

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

Color convert

RGB1315064-
CMYK0.9100.570.41
HSL142.34º84.05%31.96%-
HSV(B)142.34º91.33%58.82%-
XYZ1222.278.52-
YUV99.23108.1166.49-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.73%
GREEN value IS 150 (58.98% from 255) = 66.08%
BLUE value IS 64 (25.39% from 255) = 28.19%
R=5.73%
G=66.08%
B=28.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13150640.9100.570.41142.3484.0531.96
HexD96405B039298e5420
Octal152261001330715121612440
Binary110110010110100000010110110111001101001100011101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,150,64); }

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

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

 a { background-color: rgb(13,150,64); }

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

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

 span { border-color: rgb(13,150,64); }

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