Html Css Color HEX #0DDB4C Malachite

📋 copy color: '#0DDB4C'

red 13 ◦ green 219 ◦ blue 76

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

Shades of Malachite #0DDB4C

Tints of Malachite #0DDB4C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 71.1%

 BLUE value IS 76 (30.08% from 255) = 24.68%

R = 4.22%
G = 71.1%
B = 24.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#0DDB4C (or 0x0DDB4C) is known color: Malachite. HEX triplet: 0D, DB and 4C. RGB value is (13,219,76). Sum of RGB (Red+Green+Blue) = 13+219+76=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 219 (85.94% from 255 or 71.10% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDB4C is #F224B3. Grayscale: #8D8D8D. Windows color (decimal): -15869108 or 5036813. OLE color: 5036813.

HSL color Cylindrical-coordinate representation of color #0DDB4C: hue angle of 138.35º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDB4C is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 219 76 -
CMYK 0.94 0 0.65 0.14
HSL 138.35º 0.89% 0.45% -
HSV(B) 138.35º 0.94% 0.86% -
XYZ 26.8 51.27 15.32 -
YUV 141.1 91.25 36.63 -
System Red Green Blue C M Y K H S L
Decimal 13 219 76 0.94 0 0.65 0.14 138.35 0.89 0.45
Hex D DB 4C 5E 0 41 E 8A 59 2D
Octal 15 333 114 136 0 101 16 212 131 55
Binary 1101 11011011 1001100 1011110 0 1000001 1110 10001010 1011001 101101

Color Harmonies of #0DDB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDB4C

Black with #0DDB4C

Text Example


Text Example

White with #0DDB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,219,76); }

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

background-color css

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

 a { background-color: rgb(13,219,76); }

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

border-color css

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

 span { border-color: rgb(13,219,76); }

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