Html Css Color HEX #01D55C Malachite

📋 copy color: '#01D55C'

red 1 ◦ green 213 ◦ blue 92

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

Shades of Malachite #01D55C

Tints of Malachite #01D55C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 69.61%

 BLUE value IS 92 (36.33% from 255) = 30.07%

R = 0.33%
G = 69.61%
B = 30.07%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#01D55C (or 0x01D55C) is known color: Malachite. HEX triplet: 01, D5 and 5C. RGB value is (1,213,92). Sum of RGB (Red+Green+Blue) = 1+213+92=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 213 (83.59% from 255 or 69.61% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 213 - color contains mainly: green. Hex color #01D55C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D55C is #FE2AA3. Grayscale: #888888. Windows color (decimal): -16657060 or 6083841. OLE color: 6083841.

HSL color Cylindrical-coordinate representation of color #01D55C: hue angle of 145.75º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D55C is Cyan = 1.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 1 213 92 -
CMYK 1.00 0 0.57 0.16
HSL 145.75º 0.99% 0.42% -
HSV(B) 145.75º 1% 0.84% -
XYZ 25.74 48.37 18.1 -
YUV 135.82 103.26 31.84 -
System Red Green Blue C M Y K H S L
Decimal 1 213 92 1.00 0 0.57 0.16 145.75 0.99 0.42
Hex 1 D5 5C 64 0 39 10 92 63 2A
Octal 1 325 134 144 0 71 20 222 143 52
Binary 1 11010101 1011100 1100100 0 111001 10000 10010010 1100011 101010

Color Harmonies of #01D55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D55C

Black with #01D55C

Text Example


Text Example

White with #01D55C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,213,92); }

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

background-color css

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

 a { background-color: rgb(1,213,92); }

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

border-color css

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

 span { border-color: rgb(1,213,92); }

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