Html Css Color HEX #06CC5A Malachite

📋 copy color: '#06CC5A'

red 6 ◦ green 204 ◦ blue 90

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

Shades of Malachite #06CC5A

Tints of Malachite #06CC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30%

R = 2%
G = 68%
B = 30%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#06CC5A (or 0x06CC5A) is known color: Malachite. HEX triplet: 06, CC and 5A. RGB value is (6,204,90). Sum of RGB (Red+Green+Blue) = 6+204+90=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 204 (80.08% from 255 or 68% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 204 - color contains mainly: green. Hex color #06CC5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06CC5A is #F933A5. Grayscale: #848484. Windows color (decimal): -16331686 or 5950470. OLE color: 5950470.

HSL color Cylindrical-coordinate representation of color #06CC5A: hue angle of 145.45º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CC5A is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 204 90 -
CMYK 0.97 0 0.56 0.2
HSL 145.45º 0.94% 0.41% -
HSV(B) 145.45º 0.97% 0.8% -
XYZ 23.51 43.96 16.92 -
YUV 131.8 104.4 38.27 -
System Red Green Blue C M Y K H S L
Decimal 6 204 90 0.97 0 0.56 0.2 145.45 0.94 0.41
Hex 6 CC 5A 61 0 38 14 91 5E 29
Octal 6 314 132 141 0 70 24 221 136 51
Binary 110 11001100 1011010 1100001 0 111000 10100 10010001 1011110 101001

Color Harmonies of #06CC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CC5A

Black with #06CC5A

Text Example


Text Example

White with #06CC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,204,90); }

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

background-color css

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

 a { background-color: rgb(6,204,90); }

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

border-color css

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

 span { border-color: rgb(6,204,90); }

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