Html Css Color HEX #01CA62 Malachite

📋 copy color: '#01CA62'

red 1 ◦ green 202 ◦ blue 98

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

Shades of Malachite #01CA62

Tints of Malachite #01CA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.56%

R = 0.33%
G = 67.11%
B = 32.56%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#01CA62 (or 0x01CA62) is known color: Malachite. HEX triplet: 01, CA and 62. RGB value is (1,202,98). Sum of RGB (Red+Green+Blue) = 1+202+98=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 202 (79.30% from 255 or 67.11% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 202 - color contains mainly: green. Hex color #01CA62 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CA62 is #FE359D. Grayscale: #828282. Windows color (decimal): -16659870 or 6474241. OLE color: 6474241.

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

Color convert

RGB 1 202 98 -
CMYK 1.00 0 0.51 0.21
HSL 148.96º 0.99% 0.4% -
HSV(B) 148.96º 1% 0.79% -
XYZ 23.34 43.13 18.65 -
YUV 130.05 109.91 35.96 -
System Red Green Blue C M Y K H S L
Decimal 1 202 98 1.00 0 0.51 0.21 148.96 0.99 0.4
Hex 1 CA 62 64 0 33 15 95 63 28
Octal 1 312 142 144 0 63 25 225 143 50
Binary 1 11001010 1100010 1100100 0 110011 10101 10010101 1100011 101000

Color Harmonies of #01CA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CA62

Black with #01CA62

Text Example


Text Example

White with #01CA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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