#0DA042

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

Shades of Pigment Green #0DA042

Tints of Pigment Green #0DA042

Color information

#0DA042 (or 0x0DA042) is unknown color: approx Pigment Green. HEX triplet: 0D, A0 and 42. RGB value is (13,160,66). Sum of RGB (Red+Green+Blue) = 13+160+66=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 160 (62.89% from 255 or 66.95% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 160 - color contains mainly: green. Hex color #0DA042 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA042 is #F25FBD. Grayscale: #696969. Windows color (decimal): -15884222 or 4366349. OLE color: 4366349.

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

Color convert

RGB1316066-
CMYK0.9200.590.37
HSL141.63º84.97%33.92%-
HSV(B)141.63º91.87%62.75%-
XYZ13.7225.629.38-
YUV105.33105.862.14-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.44%
GREEN value IS 160 (62.89% from 255) = 66.95%
BLUE value IS 66 (26.17% from 255) = 27.62%
R=5.44%
G=66.95%
B=27.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal13160660.9200.590.37141.6384.9733.92
HexDA0425C03B258e5522
Octal152401021340734521612542
Binary110110100000100001010111000111011100101100011101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,160,66); }

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

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

 a { background-color: rgb(13,160,66); }

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

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

 span { border-color: rgb(13,160,66); }

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