Html Css Color HEX #0DB059 Pigment Green

📋 copy color: '#0DB059'

red 13 ◦ green 176 ◦ blue 89

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

Shades of Pigment Green #0DB059

Tints of Pigment Green #0DB059

RGB

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

 GREEN value IS 176 (69.14% from 255) = 63.31%

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

R = 4.68%
G = 63.31%
B = 32.01%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#0DB059 (or 0x0DB059) is known color: Pigment Green. HEX triplet: 0D, B0 and 59. RGB value is (13,176,89). Sum of RGB (Red+Green+Blue) = 13+176+89=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 176 (69.14% from 255 or 63.31% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB059 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB059 is #F24FA6. Grayscale: #757575. Windows color (decimal): -15880103 or 5877773. OLE color: 5877773.

HSL color Cylindrical-coordinate representation of color #0DB059: hue angle of 147.98º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB059 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 176 89 -
CMYK 0.93 0 0.49 0.31
HSL 147.98º 0.86% 0.37% -
HSV(B) 147.98º 0.93% 0.69% -
XYZ 17.49 31.86 14.68 -
YUV 117.35 112 53.57 -
System Red Green Blue C M Y K H S L
Decimal 13 176 89 0.93 0 0.49 0.31 147.98 0.86 0.37
Hex D B0 59 5D 0 31 1F 94 56 25
Octal 15 260 131 135 0 61 37 224 126 45
Binary 1101 10110000 1011001 1011101 0 110001 11111 10010100 1010110 100101

Color Harmonies of #0DB059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB059

Black with #0DB059

Text Example


Text Example

White with #0DB059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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