Html Css Color HEX #00DA4C Malachite

📋 copy color: '#00DA4C'

red 0 ◦ green 218 ◦ blue 76

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

Shades of Malachite #00DA4C

Tints of Malachite #00DA4C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 218 (85.55% from 255) = 74.15%

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

R = 0%
G = 74.15%
B = 25.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#00DA4C (or 0x00DA4C) is known color: Malachite. HEX triplet: 00, DA and 4C. RGB value is (0,218,76). Sum of RGB (Red+Green+Blue) = 0+218+76=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 218 (85.55% from 255 or 74.15% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 218 - color contains mainly: green. Hex color #00DA4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DA4C is #FF25B3. Grayscale: #888888. Windows color (decimal): -16721332 or 5036544. OLE color: 5036544.

HSL color Cylindrical-coordinate representation of color #00DA4C: hue angle of 140.92º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DA4C is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 0 218 76 -
CMYK 1 0 0.65 0.15
HSL 140.92º 1% 0.43% -
HSV(B) 140.92º 1% 0.85% -
XYZ 26.38 50.66 15.23 -
YUV 136.63 93.78 30.55 -
System Red Green Blue C M Y K H S L
Decimal 0 218 76 1 0 0.65 0.15 140.92 1 0.43
Hex 0 DA 4C 64 0 41 F 8D 64 2B
Octal 0 332 114 144 0 101 17 215 144 53
Binary 0 11011010 1001100 1100100 0 1000001 1111 10001101 1100100 101011

Color Harmonies of #00DA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DA4C

Black with #00DA4C

Text Example


Text Example

White with #00DA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00DA4C; }

 p { color: rgb(0,218,76); }

 H1.HeaderClassName
 {
   color: #00DA4C;
 }
 .AnyTagClassName
 {
   color: #00DA4C;
 }
</style>

background-color css

<style>
 a { background-color: #00DA4C; }

 a { background-color: rgb(0,218,76); }

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

border-color css

<style>
 span { border-color: #00DA4C; }

 span { border-color: rgb(0,218,76); }

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