Html Css Color HEX #01C662 Malachite

📋 copy color: '#01C662'

red 1 ◦ green 198 ◦ blue 98

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

Shades of Malachite #01C662

Tints of Malachite #01C662

RGB

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

 GREEN value IS 198 (77.73% from 255) = 66.67%

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

R = 0.34%
G = 66.67%
B = 33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#01C662 (or 0x01C662) is known color: Malachite. HEX triplet: 01, C6 and 62. RGB value is (1,198,98). Sum of RGB (Red+Green+Blue) = 1+198+98=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 198 (77.73% from 255 or 66.67% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 198 - color contains mainly: green. Hex color #01C662 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C662 is #FE399D. Grayscale: #7F7F7F. Windows color (decimal): -16660894 or 6473217. OLE color: 6473217.

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

Color convert

RGB 1 198 98 -
CMYK 0.99 0 0.51 0.22
HSL 149.54º 0.99% 0.39% -
HSV(B) 149.54º 0.99% 0.78% -
XYZ 22.41 41.28 18.34 -
YUV 127.7 111.23 37.63 -
System Red Green Blue C M Y K H S L
Decimal 1 198 98 0.99 0 0.51 0.22 149.54 0.99 0.39
Hex 1 C6 62 63 0 33 16 96 63 27
Octal 1 306 142 143 0 63 26 226 143 47
Binary 1 11000110 1100010 1100011 0 110011 10110 10010110 1100011 100111

Color Harmonies of #01C662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C662

Black with #01C662

Text Example


Text Example

White with #01C662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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