Html Css Color HEX #0DBF59 Malachite

📋 copy color: '#0DBF59'

red 13 ◦ green 191 ◦ blue 89

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

Shades of Malachite #0DBF59

Tints of Malachite #0DBF59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 30.38%

R = 4.44%
G = 65.19%
B = 30.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#0DBF59 (or 0x0DBF59) is known color: Malachite. HEX triplet: 0D, BF and 59. RGB value is (13,191,89). Sum of RGB (Red+Green+Blue) = 13+191+89=293 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.44% from 293); Green value is 191 (75% from 255 or 65.19% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF59 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBF59 is #F240A6. Grayscale: #7E7E7E. Windows color (decimal): -15876263 or 5881613. OLE color: 5881613.

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

Color convert

RGB 13 191 89 -
CMYK 0.93 0 0.53 0.25
HSL 145.62º 0.87% 0.4% -
HSV(B) 145.62º 0.93% 0.75% -
XYZ 20.6 38.07 15.71 -
YUV 126.15 107.03 47.29 -
System Red Green Blue C M Y K H S L
Decimal 13 191 89 0.93 0 0.53 0.25 145.62 0.87 0.4
Hex D BF 59 5D 0 35 19 92 57 28
Octal 15 277 131 135 0 65 31 222 127 50
Binary 1101 10111111 1011001 1011101 0 110101 11001 10010010 1010111 101000

Color Harmonies of #0DBF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBF59

Black with #0DBF59

Text Example


Text Example

White with #0DBF59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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