Html Css Color HEX #0DBA5D Pigment Green

📋 copy color: '#0DBA5D'

red 13 ◦ green 186 ◦ blue 93

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

Shades of Pigment Green #0DBA5D

Tints of Pigment Green #0DBA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.85%

R = 4.45%
G = 63.7%
B = 31.85%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#0DBA5D (or 0x0DBA5D) is known color: Pigment Green. HEX triplet: 0D, BA and 5D. RGB value is (13,186,93). Sum of RGB (Red+Green+Blue) = 13+186+93=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 186 (73.05% from 255 or 63.70% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBA5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBA5D is #F245A2. Grayscale: #7B7B7B. Windows color (decimal): -15877539 or 6142477. OLE color: 6142477.

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

Color convert

RGB 13 186 93 -
CMYK 0.93 0 0.5 0.27
HSL 147.75º 0.87% 0.39% -
HSV(B) 147.75º 0.93% 0.73% -
XYZ 19.7 35.99 16.27 -
YUV 123.67 110.69 49.06 -
System Red Green Blue C M Y K H S L
Decimal 13 186 93 0.93 0 0.5 0.27 147.75 0.87 0.39
Hex D BA 5D 5D 0 32 1B 94 57 27
Octal 15 272 135 135 0 62 33 224 127 47
Binary 1101 10111010 1011101 1011101 0 110010 11011 10010100 1010111 100111

Color Harmonies of #0DBA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBA5D

Black with #0DBA5D

Text Example


Text Example

White with #0DBA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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