#0DA658

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

Shades of Pigment Green #0DA658

Tints of Pigment Green #0DA658

Color information

#0DA658 (or 0x0DA658) is unknown color: approx Pigment Green. HEX triplet: 0D, A6 and 58. RGB value is (13,166,88). Sum of RGB (Red+Green+Blue) = 13+166+88=267 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.87% from 267); Green value is 166 (65.23% from 255 or 62.17% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 166 - color contains mainly: green. Hex color #0DA658 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA658 is #F259A7. Grayscale: #6F6F6F. Windows color (decimal): -15882664 or 5809677. OLE color: 5809677.

HSL color Cylindrical-coordinate representation of color #0DA658: hue angle of 149.41º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA658 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB1316688-
CMYK0.9200.470.35
HSL149.41º85.47%35.1%-
HSV(B)149.41º92.17%65.1%-
XYZ15.5628.0613.83-
YUV111.36114.8157.84-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.87%
GREEN value IS 166 (65.23% from 255) = 62.17%
BLUE value IS 88 (34.77% from 255) = 32.96%
R=4.87%
G=62.17%
B=32.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal13166880.9200.470.35149.4185.4735.1
HexDA6585C02F23955523
Octal152461301340574322512543
Binary110110100110101100010111000101111100011100101011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,166,88); }

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

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

 a { background-color: rgb(13,166,88); }

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

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

 span { border-color: rgb(13,166,88); }

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