Html Css Color HEX #0DB95B Pigment Green

📋 copy color: '#0DB95B'

red 13 ◦ green 185 ◦ blue 91

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

Shades of Pigment Green #0DB95B

Tints of Pigment Green #0DB95B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 64.01%

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

R = 4.5%
G = 64.01%
B = 31.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#0DB95B (or 0x0DB95B) is known color: Pigment Green. HEX triplet: 0D, B9 and 5B. RGB value is (13,185,91). Sum of RGB (Red+Green+Blue) = 13+185+91=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 185 (72.66% from 255 or 64.01% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB95B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB95B is #F246A4. Grayscale: #7B7B7B. Windows color (decimal): -15877797 or 6011149. OLE color: 6011149.

HSL color Cylindrical-coordinate representation of color #0DB95B: hue angle of 147.21º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB95B is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 185 91 -
CMYK 0.93 0 0.51 0.27
HSL 147.21º 0.87% 0.39% -
HSV(B) 147.21º 0.93% 0.73% -
XYZ 19.4 35.54 15.73 -
YUV 122.86 110.02 49.64 -
System Red Green Blue C M Y K H S L
Decimal 13 185 91 0.93 0 0.51 0.27 147.21 0.87 0.39
Hex D B9 5B 5D 0 33 1B 93 57 27
Octal 15 271 133 135 0 63 33 223 127 47
Binary 1101 10111001 1011011 1011101 0 110011 11011 10010011 1010111 100111

Color Harmonies of #0DB95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB95B

Black with #0DB95B

Text Example


Text Example

White with #0DB95B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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