Html Css Color HEX #01D85A Malachite

📋 copy color: '#01D85A'

red 1 ◦ green 216 ◦ blue 90

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

Shades of Malachite #01D85A

Tints of Malachite #01D85A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 70.36%

 BLUE value IS 90 (35.55% from 255) = 29.32%

R = 0.33%
G = 70.36%
B = 29.32%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#01D85A (or 0x01D85A) is known color: Malachite. HEX triplet: 01, D8 and 5A. RGB value is (1,216,90). Sum of RGB (Red+Green+Blue) = 1+216+90=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 216 (84.77% from 255 or 70.36% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 216 - color contains mainly: green. Hex color #01D85A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D85A is #FE27A5. Grayscale: #898989. Windows color (decimal): -16656294 or 5953537. OLE color: 5953537.

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

Color convert

RGB 1 216 90 -
CMYK 1.00 0 0.58 0.15
HSL 144.84º 0.99% 0.43% -
HSV(B) 144.84º 1% 0.85% -
XYZ 26.41 49.86 17.9 -
YUV 137.35 101.27 30.75 -
System Red Green Blue C M Y K H S L
Decimal 1 216 90 1.00 0 0.58 0.15 144.84 0.99 0.43
Hex 1 D8 5A 64 0 3A F 91 63 2B
Octal 1 330 132 144 0 72 17 221 143 53
Binary 1 11011000 1011010 1100100 0 111010 1111 10010001 1100011 101011

Color Harmonies of #01D85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D85A

Black with #01D85A

Text Example


Text Example

White with #01D85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,216,90); }

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

background-color css

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

 a { background-color: rgb(1,216,90); }

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

border-color css

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

 span { border-color: rgb(1,216,90); }

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