Html Css Color HEX #0DCB5F Malachite

📋 copy color: '#0DCB5F'

red 13 ◦ green 203 ◦ blue 95

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

Shades of Malachite #0DCB5F

Tints of Malachite #0DCB5F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 65.27%

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

R = 4.18%
G = 65.27%
B = 30.55%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#0DCB5F (or 0x0DCB5F) is known color: Malachite. HEX triplet: 0D, CB and 5F. RGB value is (13,203,95). Sum of RGB (Red+Green+Blue) = 13+203+95=311 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.18% from 311); Green value is 203 (79.69% from 255 or 65.27% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 203 - color contains mainly: green. Hex color #0DCB5F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCB5F is #F234A0. Grayscale: #868686. Windows color (decimal): -15873185 or 6277901. OLE color: 6277901.

HSL color Cylindrical-coordinate representation of color #0DCB5F: hue angle of 145.89º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCB5F is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 13 203 95 -
CMYK 0.94 0 0.53 0.20
HSL 145.89º 0.88% 0.42% -
HSV(B) 145.89º 0.94% 0.8% -
XYZ 23.59 43.62 18 -
YUV 133.88 106.05 41.78 -
System Red Green Blue C M Y K H S L
Decimal 13 203 95 0.94 0 0.53 0.20 145.89 0.88 0.42
Hex D CB 5F 5E 0 35 14 92 58 2A
Octal 15 313 137 136 0 65 24 222 130 52
Binary 1101 11001011 1011111 1011110 0 110101 10100 10010010 1011000 101010

Color Harmonies of #0DCB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCB5F

Black with #0DCB5F

Text Example


Text Example

White with #0DCB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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