Html Css Color HEX #01C458 Malachite

📋 copy color: '#01C458'

red 1 ◦ green 196 ◦ blue 88

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

Shades of Malachite #01C458

Tints of Malachite #01C458

RGB

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

 GREEN value IS 196 (76.95% from 255) = 68.77%

 BLUE value IS 88 (34.77% from 255) = 30.88%

R = 0.35%
G = 68.77%
B = 30.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#01C458 (or 0x01C458) is known color: Malachite. HEX triplet: 01, C4 and 58. RGB value is (1,196,88). Sum of RGB (Red+Green+Blue) = 1+196+88=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 196 (76.95% from 255 or 68.77% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 196 - color contains mainly: green. Hex color #01C458 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C458 is #FE3BA7. Grayscale: #7D7D7D. Windows color (decimal): -16661416 or 5817345. OLE color: 5817345.

HSL color Cylindrical-coordinate representation of color #01C458: hue angle of 146.77º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C458 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 1 196 88 -
CMYK 0.99 0 0.55 0.23
HSL 146.77º 0.99% 0.39% -
HSV(B) 146.77º 0.99% 0.77% -
XYZ 21.51 40.19 15.86 -
YUV 125.38 106.9 39.28 -
System Red Green Blue C M Y K H S L
Decimal 1 196 88 0.99 0 0.55 0.23 146.77 0.99 0.39
Hex 1 C4 58 63 0 37 17 93 63 27
Octal 1 304 130 143 0 67 27 223 143 47
Binary 1 11000100 1011000 1100011 0 110111 10111 10010011 1100011 100111

Color Harmonies of #01C458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C458

Black with #01C458

Text Example


Text Example

White with #01C458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,196,88); }

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

background-color css

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

 a { background-color: rgb(1,196,88); }

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

border-color css

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

 span { border-color: rgb(1,196,88); }

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