Html Css Color HEX #00DC3A Malachite

📋 copy color: '#00DC3A'

red 0 ◦ green 220 ◦ blue 58

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

Shades of Malachite #00DC3A

Tints of Malachite #00DC3A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 79.14%

 BLUE value IS 58 (23.05% from 255) = 20.86%

R = 0%
G = 79.14%
B = 20.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#00DC3A (or 0x00DC3A) is known color: Malachite. HEX triplet: 00, DC and 3A. RGB value is (0,220,58). Sum of RGB (Red+Green+Blue) = 0+220+58=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 220 (86.33% from 255 or 79.14% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 220 - color contains mainly: green. Hex color #00DC3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DC3A is #FF23C5. Grayscale: #888888. Windows color (decimal): -16720838 or 3857408. OLE color: 3857408.

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

Color convert

RGB 0 220 58 -
CMYK 1 0 0.74 0.14
HSL 135.82º 1% 0.43% -
HSV(B) 135.82º 1% 0.86% -
XYZ 26.36 51.49 12.55 -
YUV 135.75 84.11 31.17 -
System Red Green Blue C M Y K H S L
Decimal 0 220 58 1 0 0.74 0.14 135.82 1 0.43
Hex 0 DC 3A 64 0 4A E 88 64 2B
Octal 0 334 72 144 0 112 16 210 144 53
Binary 0 11011100 111010 1100100 0 1001010 1110 10001000 1100100 101011

Color Harmonies of #00DC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DC3A

Black with #00DC3A

Text Example


Text Example

White with #00DC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,220,58); }

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

background-color css

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

 a { background-color: rgb(0,220,58); }

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

border-color css

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

 span { border-color: rgb(0,220,58); }

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