#0DA151

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

Shades of Pigment Green #0DA151

Tints of Pigment Green #0DA151

Color information

#0DA151 (or 0x0DA151) is unknown color: approx Pigment Green. HEX triplet: 0D, A1 and 51. RGB value is (13,161,81). Sum of RGB (Red+Green+Blue) = 13+161+81=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 161 (63.28% from 255 or 63.14% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 161 - color contains mainly: green. Hex color #0DA151 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA151 is #F25EAE. Grayscale: #6B6B6B. Windows color (decimal): -15883951 or 5349645. OLE color: 5349645.

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

Color convert

RGB1316181-
CMYK0.9200.500.37
HSL147.57º85.06%34.12%-
HSV(B)147.57º91.93%63.14%-
XYZ14.426.1712.08-
YUV107.63112.9760.5-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.10%
GREEN value IS 161 (63.28% from 255) = 63.14%
BLUE value IS 81 (32.03% from 255) = 31.76%
R=5.10%
G=63.14%
B=31.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal13161810.9200.500.37147.5785.0634.12
HexDA1515C03225945522
Octal152411211340624522412542
Binary110110100001101000110111000110010100101100101001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,161,81); }

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

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

 a { background-color: rgb(13,161,81); }

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

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

 span { border-color: rgb(13,161,81); }

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