Html Css Color HEX #0DB758 Pigment Green

📋 copy color: '#0DB758'

red 13 ◦ green 183 ◦ blue 88

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

Shades of Pigment Green #0DB758

Tints of Pigment Green #0DB758

RGB

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

 GREEN value IS 183 (71.88% from 255) = 64.44%

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

R = 4.58%
G = 64.44%
B = 30.99%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#0DB758 (or 0x0DB758) is known color: Pigment Green. HEX triplet: 0D, B7 and 58. RGB value is (13,183,88). Sum of RGB (Red+Green+Blue) = 13+183+88=284 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.58% from 284); Green value is 183 (71.88% from 255 or 64.44% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB758 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB758 is #F248A7. Grayscale: #797979. Windows color (decimal): -15878312 or 5814029. OLE color: 5814029.

HSL color Cylindrical-coordinate representation of color #0DB758: hue angle of 146.47º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB758 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB 13 183 88 -
CMYK 0.93 0 0.52 0.28
HSL 146.47º 0.87% 0.38% -
HSV(B) 146.47º 0.93% 0.72% -
XYZ 18.86 34.66 14.93 -
YUV 121.34 109.18 50.72 -
System Red Green Blue C M Y K H S L
Decimal 13 183 88 0.93 0 0.52 0.28 146.47 0.87 0.38
Hex D B7 58 5D 0 34 1C 92 57 26
Octal 15 267 130 135 0 64 34 222 127 46
Binary 1101 10110111 1011000 1011101 0 110100 11100 10010010 1010111 100110

Color Harmonies of #0DB758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB758

Black with #0DB758

Text Example


Text Example

White with #0DB758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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