#0DA250

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

Shades of Pigment Green #0DA250

Tints of Pigment Green #0DA250

Color information

#0DA250 (or 0x0DA250) is unknown color: approx Pigment Green. HEX triplet: 0D, A2 and 50. RGB value is (13,162,80). Sum of RGB (Red+Green+Blue) = 13+162+80=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 162 (63.67% from 255 or 63.53% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA250 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA250 is #F25DAF. Grayscale: #6C6C6C. Windows color (decimal): -15883696 or 5284365. OLE color: 5284365.

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

Color convert

RGB1316280-
CMYK0.9200.510.36
HSL146.98º85.14%34.31%-
HSV(B)146.98º91.98%63.53%-
XYZ14.5326.5111.94-
YUV108.1112.1460.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.10%
GREEN value IS 162 (63.67% from 255) = 63.53%
BLUE value IS 80 (31.64% from 255) = 31.37%
R=5.10%
G=63.53%
B=31.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13162800.9200.510.36146.9885.1434.31
HexDA2505C03324935522
Octal152421201340634422312542
Binary110110100010101000010111000110011100100100100111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,162,80); }

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

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

 a { background-color: rgb(13,162,80); }

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

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

 span { border-color: rgb(13,162,80); }

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