Html Css Color HEX #0DB058 Pigment Green

📋 copy color: '#0DB058'

red 13 ◦ green 176 ◦ blue 88

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

Shades of Pigment Green #0DB058

Tints of Pigment Green #0DB058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.77%

R = 4.69%
G = 63.54%
B = 31.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#0DB058 (or 0x0DB058) is known color: Pigment Green. HEX triplet: 0D, B0 and 58. RGB value is (13,176,88). Sum of RGB (Red+Green+Blue) = 13+176+88=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 176 (69.14% from 255 or 63.54% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB058 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB058 is #F24FA7. Grayscale: #757575. Windows color (decimal): -15880104 or 5812237. OLE color: 5812237.

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

Color convert

RGB 13 176 88 -
CMYK 0.93 0 0.50 0.31
HSL 147.61º 0.86% 0.37% -
HSV(B) 147.61º 0.93% 0.69% -
XYZ 17.45 31.84 14.46 -
YUV 117.23 111.5 53.66 -
System Red Green Blue C M Y K H S L
Decimal 13 176 88 0.93 0 0.50 0.31 147.61 0.86 0.37
Hex D B0 58 5D 0 32 1F 94 56 25
Octal 15 260 130 135 0 62 37 224 126 45
Binary 1101 10110000 1011000 1011101 0 110010 11111 10010100 1010110 100101

Color Harmonies of #0DB058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB058

Black with #0DB058

Text Example


Text Example

White with #0DB058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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