Html Css Color HEX #0DB158 Pigment Green

📋 copy color: '#0DB158'

red 13 ◦ green 177 ◦ blue 88

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

Shades of Pigment Green #0DB158

Tints of Pigment Green #0DB158

RGB

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

 GREEN value IS 177 (69.53% from 255) = 63.67%

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

R = 4.68%
G = 63.67%
B = 31.65%

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

#0DB158 (or 0x0DB158) is known color: Pigment Green. HEX triplet: 0D, B1 and 58. RGB value is (13,177,88). Sum of RGB (Red+Green+Blue) = 13+177+88=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 177 (69.53% from 255 or 63.67% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 177 - color contains mainly: green. Hex color #0DB158 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB158 is #F24EA7. Grayscale: #767676. Windows color (decimal): -15879848 or 5812493. OLE color: 5812493.

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

Color convert

RGB 13 177 88 -
CMYK 0.93 0 0.50 0.31
HSL 147.44º 0.86% 0.37% -
HSV(B) 147.44º 0.93% 0.69% -
XYZ 17.65 32.23 14.52 -
YUV 117.82 111.17 53.24 -
System Red Green Blue C M Y K H S L
Decimal 13 177 88 0.93 0 0.50 0.31 147.44 0.86 0.37
Hex D B1 58 5D 0 32 1F 93 56 25
Octal 15 261 130 135 0 62 37 223 126 45
Binary 1101 10110001 1011000 1011101 0 110010 11111 10010011 1010110 100101

Color Harmonies of #0DB158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB158

Black with #0DB158

Text Example


Text Example

White with #0DB158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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