Html Css Color HEX #0DB75B Pigment Green

📋 copy color: '#0DB75B'

red 13 ◦ green 183 ◦ blue 91

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

Shades of Pigment Green #0DB75B

Tints of Pigment Green #0DB75B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.71%

R = 4.53%
G = 63.76%
B = 31.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#0DB75B (or 0x0DB75B) is known color: Pigment Green. HEX triplet: 0D, B7 and 5B. RGB value is (13,183,91). Sum of RGB (Red+Green+Blue) = 13+183+91=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 183 (71.88% from 255 or 63.76% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB75B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB75B is #F248A4. Grayscale: #797979. Windows color (decimal): -15878309 or 6010637. OLE color: 6010637.

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

Color convert

RGB 13 183 91 -
CMYK 0.93 0 0.50 0.28
HSL 147.53º 0.87% 0.38% -
HSV(B) 147.53º 0.93% 0.72% -
XYZ 18.99 34.71 15.6 -
YUV 121.68 110.68 50.48 -
System Red Green Blue C M Y K H S L
Decimal 13 183 91 0.93 0 0.50 0.28 147.53 0.87 0.38
Hex D B7 5B 5D 0 32 1C 94 57 26
Octal 15 267 133 135 0 62 34 224 127 46
Binary 1101 10110111 1011011 1011101 0 110010 11100 10010100 1010111 100110

Color Harmonies of #0DB75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB75B

Black with #0DB75B

Text Example


Text Example

White with #0DB75B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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