Html Css Color HEX #06D04A Malachite

📋 copy color: '#06D04A'

red 6 ◦ green 208 ◦ blue 74

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

Shades of Malachite #06D04A

Tints of Malachite #06D04A

RGB

 RED value IS 6 (2.73% from 255) = 2.08%

 GREEN value IS 208 (81.64% from 255) = 72.22%

 BLUE value IS 74 (29.3% from 255) = 25.69%

R = 2.08%
G = 72.22%
B = 25.69%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#06D04A (or 0x06D04A) is known color: Malachite. HEX triplet: 06, D0 and 4A. RGB value is (6,208,74). Sum of RGB (Red+Green+Blue) = 6+208+74=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 208 (81.64% from 255 or 72.22% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 208 - color contains mainly: green. Hex color #06D04A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06D04A is #F92FB5. Grayscale: #848484. Windows color (decimal): -16330678 or 4902918. OLE color: 4902918.

HSL color Cylindrical-coordinate representation of color #06D04A: hue angle of 140.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D04A is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 6 208 74 -
CMYK 0.97 0 0.64 0.18
HSL 140.2º 0.94% 0.42% -
HSV(B) 140.2º 0.97% 0.82% -
XYZ 23.87 45.64 14.03 -
YUV 132.33 95.08 37.9 -
System Red Green Blue C M Y K H S L
Decimal 6 208 74 0.97 0 0.64 0.18 140.2 0.94 0.42
Hex 6 D0 4A 61 0 40 12 8C 5E 2A
Octal 6 320 112 141 0 100 22 214 136 52
Binary 110 11010000 1001010 1100001 0 1000000 10010 10001100 1011110 101010

Color Harmonies of #06D04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06D04A

Black with #06D04A

Text Example


Text Example

White with #06D04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06D04A; }

 p { color: rgb(6,208,74); }

 H1.HeaderClassName
 {
   color: #06D04A;
 }
 .AnyTagClassName
 {
   color: #06D04A;
 }
</style>

background-color css

<style>
 a { background-color: #06D04A; }

 a { background-color: rgb(6,208,74); }

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

border-color css

<style>
 span { border-color: #06D04A; }

 span { border-color: rgb(6,208,74); }

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