Html Css Color HEX #01D05A Malachite

📋 copy color: '#01D05A'

red 1 ◦ green 208 ◦ blue 90

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

Shades of Malachite #01D05A

Tints of Malachite #01D05A

RGB

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

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

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

R = 0.33%
G = 69.57%
B = 30.1%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#01D05A (or 0x01D05A) is known color: Malachite. HEX triplet: 01, D0 and 5A. RGB value is (1,208,90). Sum of RGB (Red+Green+Blue) = 1+208+90=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 208 (81.64% from 255 or 69.57% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 208 - color contains mainly: green. Hex color #01D05A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D05A is #FE2FA5. Grayscale: #848484. Windows color (decimal): -16658342 or 5951489. OLE color: 5951489.

HSL color Cylindrical-coordinate representation of color #01D05A: hue angle of 145.8º 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 #01D05A is Cyan = 1.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 208 90 -
CMYK 1.00 0 0.57 0.18
HSL 145.8º 0.99% 0.41% -
HSV(B) 145.8º 1% 0.82% -
XYZ 24.41 45.86 17.24 -
YUV 132.66 103.92 34.09 -
System Red Green Blue C M Y K H S L
Decimal 1 208 90 1.00 0 0.57 0.18 145.8 0.99 0.41
Hex 1 D0 5A 64 0 39 12 92 63 29
Octal 1 320 132 144 0 71 22 222 143 51
Binary 1 11010000 1011010 1100100 0 111001 10010 10010010 1100011 101001

Color Harmonies of #01D05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D05A

Black with #01D05A

Text Example


Text Example

White with #01D05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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