#0DA946

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

Shades of Pigment Green #0DA946

Tints of Pigment Green #0DA946

Color information

#0DA946 (or 0x0DA946) is unknown color: approx Pigment Green. HEX triplet: 0D, A9 and 46. RGB value is (13,169,70). Sum of RGB (Red+Green+Blue) = 13+169+70=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 169 (66.41% from 255 or 67.06% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA946 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA946 is #F256B9. Grayscale: #6F6F6F. Windows color (decimal): -15881914 or 4630797. OLE color: 4630797.

HSL color Cylindrical-coordinate representation of color #0DA946: hue angle of 141.92º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA946 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB1316970-
CMYK0.9200.590.34
HSL141.92º85.71%35.69%-
HSV(B)141.92º92.31%66.27%-
XYZ15.4628.910.56-
YUV111.07104.8258.05-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.16%
GREEN value IS 169 (66.41% from 255) = 67.06%
BLUE value IS 70 (27.73% from 255) = 27.78%
R=5.16%
G=67.06%
B=27.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal13169700.9200.590.34141.9285.7135.69
HexDA9465C03B228e5624
Octal152511061340734221612644
Binary110110101001100011010111000111011100010100011101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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