Html Css Color HEX #0DA959 Pigment Green

📋 copy color: '#0DA959'

red 13 ◦ green 169 ◦ blue 89

#0DA959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #0DA959

Tints of Pigment Green #0DA959

RGB

 RED value IS 13 (5.47% from 255) = 4.8%

 GREEN value IS 169 (66.41% from 255) = 62.36%

 BLUE value IS 89 (35.16% from 255) = 32.84%

R = 4.8%
G = 62.36%
B = 32.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#0DA959 (or 0x0DA959) is known color: Pigment Green. HEX triplet: 0D, A9 and 59. RGB value is (13,169,89). Sum of RGB (Red+Green+Blue) = 13+169+89=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 169 (66.41% from 255 or 62.36% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA959 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA959 is #F256A6. Grayscale: #717171. Windows color (decimal): -15881895 or 5875981. OLE color: 5875981.

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

Color convert

RGB 13 169 89 -
CMYK 0.92 0 0.47 0.34
HSL 149.23º 0.86% 0.36% -
HSV(B) 149.23º 0.92% 0.66% -
XYZ 16.16 29.18 14.23 -
YUV 113.24 114.32 56.5 -
System Red Green Blue C M Y K H S L
Decimal 13 169 89 0.92 0 0.47 0.34 149.23 0.86 0.36
Hex D A9 59 5C 0 2F 22 95 56 24
Octal 15 251 131 134 0 57 42 225 126 44
Binary 1101 10101001 1011001 1011100 0 101111 100010 10010101 1010110 100100

Color Harmonies of #0DA959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA959

Black with #0DA959

Text Example


Text Example

White with #0DA959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,169,89); }

 H1.HeaderClassName
 {
   color: #0DA959;
 }
 .AnyTagClassName
 {
   color: #0DA959;
 }
</style>

background-color css

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

 a { background-color: rgb(13,169,89); }

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

border-color css

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

 span { border-color: rgb(13,169,89); }

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