Html Css Color HEX #04CC6A Malachite

📋 copy color: '#04CC6A'

red 4 ◦ green 204 ◦ blue 106

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

Shades of Malachite #04CC6A

Tints of Malachite #04CC6A

RGB

 RED value IS 4 (1.95% from 255) = 1.27%

 GREEN value IS 204 (80.08% from 255) = 64.97%

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

R = 1.27%
G = 64.97%
B = 33.76%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#04CC6A (or 0x04CC6A) is known color: Malachite. HEX triplet: 04, CC and 6A. RGB value is (4,204,106). Sum of RGB (Red+Green+Blue) = 4+204+106=314 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 314); Green value is 204 (80.08% from 255 or 64.97% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CC6A is #FB3395. Grayscale: #858585. Windows color (decimal): -16462742 or 6999044. OLE color: 6999044.

HSL color Cylindrical-coordinate representation of color #04CC6A: hue angle of 150.6º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CC6A is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB 4 204 106 -
CMYK 0.98 0 0.48 0.2
HSL 150.6º 0.96% 0.41% -
HSV(B) 150.6º 0.98% 0.8% -
XYZ 24.24 44.25 20.9 -
YUV 133.03 112.74 35.97 -
System Red Green Blue C M Y K H S L
Decimal 4 204 106 0.98 0 0.48 0.2 150.6 0.96 0.41
Hex 4 CC 6A 62 0 30 14 97 60 29
Octal 4 314 152 142 0 60 24 227 140 51
Binary 100 11001100 1101010 1100010 0 110000 10100 10010111 1100000 101001

Color Harmonies of #04CC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CC6A

Black with #04CC6A

Text Example


Text Example

White with #04CC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04CC6A; }

 p { color: rgb(4,204,106); }

 H1.HeaderClassName
 {
   color: #04CC6A;
 }
 .AnyTagClassName
 {
   color: #04CC6A;
 }
</style>

background-color css

<style>
 a { background-color: #04CC6A; }

 a { background-color: rgb(4,204,106); }

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

border-color css

<style>
 span { border-color: #04CC6A; }

 span { border-color: rgb(4,204,106); }

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