Html Css Color HEX #0DBF5D Malachite

📋 copy color: '#0DBF5D'

red 13 ◦ green 191 ◦ blue 93

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

Shades of Malachite #0DBF5D

Tints of Malachite #0DBF5D

RGB

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

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

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

R = 4.38%
G = 64.31%
B = 31.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#0DBF5D (or 0x0DBF5D) is known color: Malachite. HEX triplet: 0D, BF and 5D. RGB value is (13,191,93). Sum of RGB (Red+Green+Blue) = 13+191+93=297 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.38% from 297); Green value is 191 (75% from 255 or 64.31% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBF5D is #F240A2. Grayscale: #7E7E7E. Windows color (decimal): -15876259 or 6143757. OLE color: 6143757.

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

Color convert

RGB 13 191 93 -
CMYK 0.93 0 0.51 0.25
HSL 146.97º 0.87% 0.4% -
HSV(B) 146.97º 0.93% 0.75% -
XYZ 20.77 38.14 16.62 -
YUV 126.61 109.03 46.97 -
System Red Green Blue C M Y K H S L
Decimal 13 191 93 0.93 0 0.51 0.25 146.97 0.87 0.4
Hex D BF 5D 5D 0 33 19 93 57 28
Octal 15 277 135 135 0 63 31 223 127 50
Binary 1101 10111111 1011101 1011101 0 110011 11001 10010011 1010111 101000

Color Harmonies of #0DBF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBF5D

Black with #0DBF5D

Text Example


Text Example

White with #0DBF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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