Html Css Color HEX #0DCF6D Malachite

📋 copy color: '#0DCF6D'

red 13 ◦ green 207 ◦ blue 109

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

Shades of Malachite #0DCF6D

Tints of Malachite #0DCF6D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 62.92%

 BLUE value IS 109 (42.97% from 255) = 33.13%

R = 3.95%
G = 62.92%
B = 33.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#0DCF6D (or 0x0DCF6D) is known color: Malachite. HEX triplet: 0D, CF and 6D. RGB value is (13,207,109). Sum of RGB (Red+Green+Blue) = 13+207+109=329 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.95% from 329); Green value is 207 (81.25% from 255 or 62.92% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCF6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCF6D is #F23092. Grayscale: #8A8A8A. Windows color (decimal): -15872147 or 7196429. OLE color: 7196429.

HSL color Cylindrical-coordinate representation of color #0DCF6D: hue angle of 149.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCF6D is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 207 109 -
CMYK 0.94 0 0.47 0.19
HSL 149.69º 0.88% 0.43% -
HSV(B) 149.69º 0.94% 0.81% -
XYZ 25.24 45.82 21.98 -
YUV 137.82 111.73 38.97 -
System Red Green Blue C M Y K H S L
Decimal 13 207 109 0.94 0 0.47 0.19 149.69 0.88 0.43
Hex D CF 6D 5E 0 2F 13 96 58 2B
Octal 15 317 155 136 0 57 23 226 130 53
Binary 1101 11001111 1101101 1011110 0 101111 10011 10010110 1011000 101011

Color Harmonies of #0DCF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCF6D

Black with #0DCF6D

Text Example


Text Example

White with #0DCF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,207,109); }

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

background-color css

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

 a { background-color: rgb(13,207,109); }

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

border-color css

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

 span { border-color: rgb(13,207,109); }

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