Html Css Color HEX #1CD068 Malachite

📋 copy color: '#1CD068'

red 28 ◦ green 208 ◦ blue 104

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

Shades of Malachite #1CD068

Tints of Malachite #1CD068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.59%

R = 8.24%
G = 61.18%
B = 30.59%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#1CD068 (or 0x1CD068) is known color: Malachite. HEX triplet: 1C, D0 and 68. RGB value is (28,208,104). Sum of RGB (Red+Green+Blue) = 28+208+104=340 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.24% from 340); Green value is 208 (81.64% from 255 or 61.18% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 208 - color contains mainly: green. Hex color #1CD068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD068 is #E32F97. Grayscale: #8E8E8E. Windows color (decimal): -14888856 or 6869020. OLE color: 6869020.

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

Color convert

RGB 28 208 104 -
CMYK 0.87 0 0.5 0.18
HSL 145.33º 0.76% 0.46% -
HSV(B) 145.33º 0.87% 0.82% -
XYZ 25.53 46.36 20.7 -
YUV 142.32 106.37 46.46 -
System Red Green Blue C M Y K H S L
Decimal 28 208 104 0.87 0 0.5 0.18 145.33 0.76 0.46
Hex 1C D0 68 57 0 32 12 91 4C 2E
Octal 34 320 150 127 0 62 22 221 114 56
Binary 11100 11010000 1101000 1010111 0 110010 10010 10010001 1001100 101110

Color Harmonies of #1CD068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD068

Black with #1CD068

Text Example


Text Example

White with #1CD068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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