Html Css Color HEX #1CD06E Malachite

📋 copy color: '#1CD06E'

red 28 ◦ green 208 ◦ blue 110

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

Shades of Malachite #1CD06E

Tints of Malachite #1CD06E

RGB

 RED value IS 28 (11.33% from 255) = 8.09%

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

 BLUE value IS 110 (43.36% from 255) = 31.79%

R = 8.09%
G = 60.12%
B = 31.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#1CD06E (or 0x1CD06E) is known color: Malachite. HEX triplet: 1C, D0 and 6E. RGB value is (28,208,110). Sum of RGB (Red+Green+Blue) = 28+208+110=346 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.09% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #1CD06E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD06E is #E32F91. Grayscale: #8F8F8F. Windows color (decimal): -14888850 or 7262236. OLE color: 7262236.

HSL color Cylindrical-coordinate representation of color #1CD06E: hue angle of 147.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD06E is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 28 208 110 -
CMYK 0.87 0 0.47 0.18
HSL 147.33º 0.76% 0.46% -
HSV(B) 147.33º 0.87% 0.82% -
XYZ 25.85 46.48 22.36 -
YUV 143.01 109.37 45.97 -
System Red Green Blue C M Y K H S L
Decimal 28 208 110 0.87 0 0.47 0.18 147.33 0.76 0.46
Hex 1C D0 6E 57 0 2F 12 93 4C 2E
Octal 34 320 156 127 0 57 22 223 114 56
Binary 11100 11010000 1101110 1010111 0 101111 10010 10010011 1001100 101110

Color Harmonies of #1CD06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD06E

Black with #1CD06E

Text Example


Text Example

White with #1CD06E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,208,110); }

 H1.HeaderClassName
 {
   color: #1CD06E;
 }
 .AnyTagClassName
 {
   color: #1CD06E;
 }
</style>

background-color css

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

 a { background-color: rgb(28,208,110); }

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

border-color css

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

 span { border-color: rgb(28,208,110); }

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