Html Css Color HEX #00D14B Malachite

📋 copy color: '#00D14B'

red 0 ◦ green 209 ◦ blue 75

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

Shades of Malachite #00D14B

Tints of Malachite #00D14B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 73.59%

 BLUE value IS 75 (29.69% from 255) = 26.41%

R = 0%
G = 73.59%
B = 26.41%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#00D14B (or 0x00D14B) is known color: Malachite. HEX triplet: 00, D1 and 4B. RGB value is (0,209,75). Sum of RGB (Red+Green+Blue) = 0+209+75=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 209 (82.03% from 255 or 73.59% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 209 - color contains mainly: green. Hex color #00D14B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D14B is #FF2EB4. Grayscale: #838383. Windows color (decimal): -16723637 or 4968704. OLE color: 4968704.

HSL color Cylindrical-coordinate representation of color #00D14B: hue angle of 141.53º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D14B is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 209 75 -
CMYK 1 0 0.64 0.18
HSL 141.53º 1% 0.41% -
HSV(B) 141.53º 1% 0.82% -
XYZ 24.07 46.11 14.29 -
YUV 131.23 96.26 34.4 -
System Red Green Blue C M Y K H S L
Decimal 0 209 75 1 0 0.64 0.18 141.53 1 0.41
Hex 0 D1 4B 64 0 40 12 8E 64 29
Octal 0 321 113 144 0 100 22 216 144 51
Binary 0 11010001 1001011 1100100 0 1000000 10010 10001110 1100100 101001

Color Harmonies of #00D14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D14B

Black with #00D14B

Text Example


Text Example

White with #00D14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,209,75); }

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

background-color css

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

 a { background-color: rgb(0,209,75); }

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

border-color css

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

 span { border-color: rgb(0,209,75); }

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