Html Css Color HEX #0DBF5B Malachite

📋 copy color: '#0DBF5B'

red 13 ◦ green 191 ◦ blue 91

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

Shades of Malachite #0DBF5B

Tints of Malachite #0DBF5B

RGB

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

 GREEN value IS 191 (75% from 255) = 64.75%

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

R = 4.41%
G = 64.75%
B = 30.85%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#0DBF5B (or 0x0DBF5B) is known color: Malachite. HEX triplet: 0D, BF and 5B. RGB value is (13,191,91). Sum of RGB (Red+Green+Blue) = 13+191+91=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 191 (75% from 255 or 64.75% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBF5B is #F240A4. Grayscale: #7E7E7E. Windows color (decimal): -15876261 or 6012685. OLE color: 6012685.

HSL color Cylindrical-coordinate representation of color #0DBF5B: hue angle of 146.29º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBF5B is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 191 91 -
CMYK 0.93 0 0.52 0.25
HSL 146.29º 0.87% 0.4% -
HSV(B) 146.29º 0.93% 0.75% -
XYZ 20.69 38.1 16.16 -
YUV 126.38 108.03 47.13 -
System Red Green Blue C M Y K H S L
Decimal 13 191 91 0.93 0 0.52 0.25 146.29 0.87 0.4
Hex D BF 5B 5D 0 34 19 92 57 28
Octal 15 277 133 135 0 64 31 222 127 50
Binary 1101 10111111 1011011 1011101 0 110100 11001 10010010 1010111 101000

Color Harmonies of #0DBF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBF5B

Black with #0DBF5B

Text Example


Text Example

White with #0DBF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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