#1CCA6A

Color #1CCA6A Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #1CCA6A

Tints of Malachite #1CCA6A

Color information

#1CCA6A (or 0x1CCA6A) is unknown color: approx Malachite. HEX triplet: 1C, CA and 6A. RGB value is (28,202,106). Sum of RGB (Red+Green+Blue) = 28+202+106=336 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.33% from 336); Green value is 202 (79.30% from 255 or 60.12% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CCA6A is #E33595. Grayscale: #8B8B8B. Windows color (decimal): -14890390 or 6998556. OLE color: 6998556.

HSL color Cylindrical-coordinate representation of color #1CCA6A: hue angle of 146.9º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCA6A is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB28202106-
CMYK0.8600.480.21
HSL146.9º75.65%45.1%-
HSV(B)146.9º86.14%79.22%-
XYZ24.243.5320.76-
YUV139.03109.3548.81-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.33%
GREEN value IS 202 (79.30% from 255) = 60.12%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=8.33%
G=60.12%
B=31.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal282021060.8600.480.21146.975.6545.1
Hex1CCA6A5603015934c2d
Octal343121521260602522311455
Binary111001100101011010101010110011000010101100100111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CCA6A; }

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

 H1.HeaderClassName
 {
   color: #1CCA6A;
 }
 .AnyTagClassName
 {
   color: #1CCA6A;
 }
</style>
background-color css

<style>
 a { background-color: #1CCA6A; }

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

 div.DivClassName
 {
   background-color: #1CCA6A;
 }
 .BgClassName
 {
   background-color: #1CCA6A;
 }
</style>
border-color css

<style>
 span { border-color: #1CCA6A; }

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

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