#1CCD6B

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

Shades of Malachite #1CCD6B

Tints of Malachite #1CCD6B

Color information

#1CCD6B (or 0x1CCD6B) is unknown color: approx Malachite. HEX triplet: 1C, CD and 6B. RGB value is (28,205,107). Sum of RGB (Red+Green+Blue) = 28+205+107=340 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.24% from 340); Green value is 205 (80.47% from 255 or 60.29% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCD6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CCD6B is #E33294. Grayscale: #8D8D8D. Windows color (decimal): -14889621 or 7064860. OLE color: 7064860.

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

Color convert

RGB28205107-
CMYK0.8600.480.20
HSL146.78º75.97%45.69%-
HSV(B)146.78º86.34%80.39%-
XYZ24.9644.9721.27-
YUV140.9108.8647.47-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.24%
GREEN value IS 205 (80.47% from 255) = 60.29%
BLUE value IS 107 (42.19% from 255) = 31.47%
R=8.24%
G=60.29%
B=31.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal282051070.8600.480.20146.7875.9745.69
Hex1CCD6B5603014934c2e
Octal343151531260602422311456
Binary111001100110111010111010110011000010100100100111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,205,107); }

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

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

 a { background-color: rgb(28,205,107); }

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

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

 span { border-color: rgb(28,205,107); }

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