Html Css Color HEX #01CA6A Malachite

📋 copy color: '#01CA6A'

red 1 ◦ green 202 ◦ blue 106

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

Shades of Malachite #01CA6A

Tints of Malachite #01CA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.3%

R = 0.32%
G = 65.37%
B = 34.3%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#01CA6A (or 0x01CA6A) is known color: Malachite. HEX triplet: 01, CA and 6A. RGB value is (1,202,106). Sum of RGB (Red+Green+Blue) = 1+202+106=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 202 (79.30% from 255 or 65.37% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 202 - color contains mainly: green. Hex color #01CA6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CA6A is #FE3595. Grayscale: #838383. Windows color (decimal): -16659862 or 6998529. OLE color: 6998529.

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

Color convert

RGB 1 202 106 -
CMYK 1.00 0 0.48 0.21
HSL 151.34º 0.99% 0.4% -
HSV(B) 151.34º 1% 0.79% -
XYZ 23.73 43.29 20.74 -
YUV 130.96 113.91 35.31 -
System Red Green Blue C M Y K H S L
Decimal 1 202 106 1.00 0 0.48 0.21 151.34 0.99 0.4
Hex 1 CA 6A 64 0 30 15 97 63 28
Octal 1 312 152 144 0 60 25 227 143 50
Binary 1 11001010 1101010 1100100 0 110000 10101 10010111 1100011 101000

Color Harmonies of #01CA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CA6A

Black with #01CA6A

Text Example


Text Example

White with #01CA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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