Html Css Color HEX #1CD264 Malachite

📋 copy color: '#1CD264'

red 28 ◦ green 210 ◦ blue 100

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

Shades of Malachite #1CD264

Tints of Malachite #1CD264

RGB

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

 GREEN value IS 210 (82.42% from 255) = 62.13%

 BLUE value IS 100 (39.45% from 255) = 29.59%

R = 8.28%
G = 62.13%
B = 29.59%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#1CD264 (or 0x1CD264) is known color: Malachite. HEX triplet: 1C, D2 and 64. RGB value is (28,210,100). Sum of RGB (Red+Green+Blue) = 28+210+100=338 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.28% from 338); Green value is 210 (82.42% from 255 or 62.13% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 210 - color contains mainly: green. Hex color #1CD264 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD264 is #E32D9B. Grayscale: #8F8F8F. Windows color (decimal): -14888348 or 6607388. OLE color: 6607388.

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

Color convert

RGB 28 210 100 -
CMYK 0.87 0 0.52 0.18
HSL 143.74º 0.76% 0.47% -
HSV(B) 143.74º 0.87% 0.82% -
XYZ 25.83 47.26 19.82 -
YUV 143.04 103.7 45.94 -
System Red Green Blue C M Y K H S L
Decimal 28 210 100 0.87 0 0.52 0.18 143.74 0.76 0.47
Hex 1C D2 64 57 0 34 12 90 4C 2F
Octal 34 322 144 127 0 64 22 220 114 57
Binary 11100 11010010 1100100 1010111 0 110100 10010 10010000 1001100 101111

Color Harmonies of #1CD264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD264

Black with #1CD264

Text Example


Text Example

White with #1CD264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,210,100); }

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

background-color css

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

 a { background-color: rgb(28,210,100); }

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

border-color css

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

 span { border-color: rgb(28,210,100); }

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