Html Css Color HEX #0DB757 Pigment Green

📋 copy color: '#0DB757'

red 13 ◦ green 183 ◦ blue 87

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

Shades of Pigment Green #0DB757

Tints of Pigment Green #0DB757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.74%

R = 4.59%
G = 64.66%
B = 30.74%

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

#0DB757 (or 0x0DB757) is known color: Pigment Green. HEX triplet: 0D, B7 and 57. RGB value is (13,183,87). Sum of RGB (Red+Green+Blue) = 13+183+87=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 183 (71.88% from 255 or 64.66% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB757 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB757 is #F248A8. Grayscale: #797979. Windows color (decimal): -15878313 or 5748493. OLE color: 5748493.

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

Color convert

RGB 13 183 87 -
CMYK 0.93 0 0.52 0.28
HSL 146.12º 0.87% 0.38% -
HSV(B) 146.12º 0.93% 0.72% -
XYZ 18.82 34.64 14.71 -
YUV 121.23 108.68 50.81 -
System Red Green Blue C M Y K H S L
Decimal 13 183 87 0.93 0 0.52 0.28 146.12 0.87 0.38
Hex D B7 57 5D 0 34 1C 92 57 26
Octal 15 267 127 135 0 64 34 222 127 46
Binary 1101 10110111 1010111 1011101 0 110100 11100 10010010 1010111 100110

Color Harmonies of #0DB757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB757

Black with #0DB757

Text Example


Text Example

White with #0DB757

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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