#0DA045

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

Shades of Pigment Green #0DA045

Tints of Pigment Green #0DA045

Color information

#0DA045 (or 0x0DA045) is unknown color: approx Pigment Green. HEX triplet: 0D, A0 and 45. RGB value is (13,160,69). Sum of RGB (Red+Green+Blue) = 13+160+69=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 160 (62.89% from 255 or 66.12% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 160 - color contains mainly: green. Hex color #0DA045 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA045 is #F25FBA. Grayscale: #696969. Windows color (decimal): -15884219 or 4562957. OLE color: 4562957.

HSL color Cylindrical-coordinate representation of color #0DA045: hue angle of 142.86º 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 #0DA045 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB1316069-
CMYK0.9200.570.37
HSL142.86º84.97%33.92%-
HSV(B)142.86º91.87%62.75%-
XYZ13.8125.669.85-
YUV105.67107.361.9-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.37%
GREEN value IS 160 (62.89% from 255) = 66.12%
BLUE value IS 69 (27.34% from 255) = 28.51%
R=5.37%
G=66.12%
B=28.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal13160690.9200.570.37142.8684.9733.92
HexDA0455C039258f5522
Octal152401051340714521712542
Binary110110100000100010110111000111001100101100011111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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