Html Css Color HEX #01CA4D Malachite

📋 copy color: '#01CA4D'

red 1 ◦ green 202 ◦ blue 77

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

Shades of Malachite #01CA4D

Tints of Malachite #01CA4D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 72.14%

 BLUE value IS 77 (30.47% from 255) = 27.5%

R = 0.36%
G = 72.14%
B = 27.5%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#01CA4D (or 0x01CA4D) is known color: Malachite. HEX triplet: 01, CA and 4D. RGB value is (1,202,77). Sum of RGB (Red+Green+Blue) = 1+202+77=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 202 (79.30% from 255 or 72.14% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 202 - color contains mainly: green. Hex color #01CA4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CA4D is #FE35B2. Grayscale: #7F7F7F. Windows color (decimal): -16659891 or 5097985. OLE color: 5097985.

HSL color Cylindrical-coordinate representation of color #01CA4D: hue angle of 142.69º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CA4D is Cyan = 1.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 202 77 -
CMYK 1.00 0 0.62 0.21
HSL 142.69º 0.99% 0.4% -
HSV(B) 142.69º 1% 0.79% -
XYZ 22.47 42.78 14.09 -
YUV 127.65 99.41 37.66 -
System Red Green Blue C M Y K H S L
Decimal 1 202 77 1.00 0 0.62 0.21 142.69 0.99 0.4
Hex 1 CA 4D 64 0 3E 15 8F 63 28
Octal 1 312 115 144 0 76 25 217 143 50
Binary 1 11001010 1001101 1100100 0 111110 10101 10001111 1100011 101000

Color Harmonies of #01CA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CA4D

Black with #01CA4D

Text Example


Text Example

White with #01CA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,202,77); }

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

background-color css

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

 a { background-color: rgb(1,202,77); }

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

border-color css

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

 span { border-color: rgb(1,202,77); }

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