Html Css Color HEX #0DBF5F Malachite

📋 copy color: '#0DBF5F'

red 13 ◦ green 191 ◦ blue 95

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

Shades of Malachite #0DBF5F

Tints of Malachite #0DBF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.77%

R = 4.35%
G = 63.88%
B = 31.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#0DBF5F (or 0x0DBF5F) is known color: Malachite. HEX triplet: 0D, BF and 5F. RGB value is (13,191,95). Sum of RGB (Red+Green+Blue) = 13+191+95=299 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.35% from 299); Green value is 191 (75% from 255 or 63.88% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF5F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBF5F is #F240A0. Grayscale: #7F7F7F. Windows color (decimal): -15876257 or 6274829. OLE color: 6274829.

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

Color convert

RGB 13 191 95 -
CMYK 0.93 0 0.50 0.25
HSL 147.64º 0.87% 0.4% -
HSV(B) 147.64º 0.93% 0.75% -
XYZ 20.86 38.17 17.1 -
YUV 126.83 110.03 46.81 -
System Red Green Blue C M Y K H S L
Decimal 13 191 95 0.93 0 0.50 0.25 147.64 0.87 0.4
Hex D BF 5F 5D 0 32 19 94 57 28
Octal 15 277 137 135 0 62 31 224 127 50
Binary 1101 10111111 1011111 1011101 0 110010 11001 10010100 1010111 101000

Color Harmonies of #0DBF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBF5F

Black with #0DBF5F

Text Example


Text Example

White with #0DBF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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