Html Css Color HEX #1CD06F Malachite

📋 copy color: '#1CD06F'

red 28 ◦ green 208 ◦ blue 111

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

Shades of Malachite #1CD06F

Tints of Malachite #1CD06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.99%

R = 8.07%
G = 59.94%
B = 31.99%

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

#1CD06F (or 0x1CD06F) is known color: Malachite. HEX triplet: 1C, D0 and 6F. RGB value is (28,208,111). Sum of RGB (Red+Green+Blue) = 28+208+111=347 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.07% from 347); Green value is 208 (81.64% from 255 or 59.94% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 208 - color contains mainly: green. Hex color #1CD06F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD06F is #E32F90. Grayscale: #8F8F8F. Windows color (decimal): -14888849 or 7327772. OLE color: 7327772.

HSL color Cylindrical-coordinate representation of color #1CD06F: hue angle of 147.67º 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 #1CD06F is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 28 208 111 -
CMYK 0.87 0 0.47 0.18
HSL 147.67º 0.76% 0.46% -
HSV(B) 147.67º 0.87% 0.82% -
XYZ 25.9 46.51 22.65 -
YUV 143.12 109.87 45.89 -
System Red Green Blue C M Y K H S L
Decimal 28 208 111 0.87 0 0.47 0.18 147.67 0.76 0.46
Hex 1C D0 6F 57 0 2F 12 94 4C 2E
Octal 34 320 157 127 0 57 22 224 114 56
Binary 11100 11010000 1101111 1010111 0 101111 10010 10010100 1001100 101110

Color Harmonies of #1CD06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD06F

Black with #1CD06F

Text Example


Text Example

White with #1CD06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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