Html Css Color HEX #0DBA5B Pigment Green

📋 copy color: '#0DBA5B'

red 13 ◦ green 186 ◦ blue 91

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

Shades of Pigment Green #0DBA5B

Tints of Pigment Green #0DBA5B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 64.14%

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

R = 4.48%
G = 64.14%
B = 31.38%

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

#0DBA5B (or 0x0DBA5B) is known color: Pigment Green. HEX triplet: 0D, BA and 5B. RGB value is (13,186,91). Sum of RGB (Red+Green+Blue) = 13+186+91=290 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.48% from 290); Green value is 186 (73.05% from 255 or 64.14% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBA5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBA5B is #F245A4. Grayscale: #7B7B7B. Windows color (decimal): -15877541 or 6011405. OLE color: 6011405.

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

Color convert

RGB 13 186 91 -
CMYK 0.93 0 0.51 0.27
HSL 147.05º 0.87% 0.39% -
HSV(B) 147.05º 0.93% 0.73% -
XYZ 19.61 35.96 15.8 -
YUV 123.44 109.69 49.22 -
System Red Green Blue C M Y K H S L
Decimal 13 186 91 0.93 0 0.51 0.27 147.05 0.87 0.39
Hex D BA 5B 5D 0 33 1B 93 57 27
Octal 15 272 133 135 0 63 33 223 127 47
Binary 1101 10111010 1011011 1011101 0 110011 11011 10010011 1010111 100111

Color Harmonies of #0DBA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBA5B

Black with #0DBA5B

Text Example


Text Example

White with #0DBA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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