Html Css Color HEX #01D06F Malachite

📋 copy color: '#01D06F'

red 1 ◦ green 208 ◦ blue 111

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

Shades of Malachite #01D06F

Tints of Malachite #01D06F

RGB

 RED value IS 1 (0.78% from 255) = 0.31%

 GREEN value IS 208 (81.64% from 255) = 65%

 BLUE value IS 111 (43.75% from 255) = 34.69%

R = 0.31%
G = 65%
B = 34.69%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#01D06F (or 0x01D06F) is known color: Malachite. HEX triplet: 01, D0 and 6F. RGB value is (1,208,111). Sum of RGB (Red+Green+Blue) = 1+208+111=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 208 (81.64% from 255 or 65% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 208 - color contains mainly: green. Hex color #01D06F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D06F is #FE2F90. Grayscale: #878787. Windows color (decimal): -16658321 or 7327745. OLE color: 7327745.

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

Color convert

RGB 1 208 111 -
CMYK 1.00 0 0.47 0.18
HSL 151.88º 0.99% 0.41% -
HSV(B) 151.88º 1% 0.82% -
XYZ 25.44 46.27 22.63 -
YUV 135.05 114.42 32.39 -
System Red Green Blue C M Y K H S L
Decimal 1 208 111 1.00 0 0.47 0.18 151.88 0.99 0.41
Hex 1 D0 6F 64 0 2F 12 98 63 29
Octal 1 320 157 144 0 57 22 230 143 51
Binary 1 11010000 1101111 1100100 0 101111 10010 10011000 1100011 101001

Color Harmonies of #01D06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D06F

Black with #01D06F

Text Example


Text Example

White with #01D06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01D06F; }

 p { color: rgb(1,208,111); }

 H1.HeaderClassName
 {
   color: #01D06F;
 }
 .AnyTagClassName
 {
   color: #01D06F;
 }
</style>

background-color css

<style>
 a { background-color: #01D06F; }

 a { background-color: rgb(1,208,111); }

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

border-color css

<style>
 span { border-color: #01D06F; }

 span { border-color: rgb(1,208,111); }

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