Html Css Color HEX #1CD65A Malachite

📋 copy color: '#1CD65A'

red 28 ◦ green 214 ◦ blue 90

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

Shades of Malachite #1CD65A

Tints of Malachite #1CD65A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 64.46%

 BLUE value IS 90 (35.55% from 255) = 27.11%

R = 8.43%
G = 64.46%
B = 27.11%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#1CD65A (or 0x1CD65A) is known color: Malachite. HEX triplet: 1C, D6 and 5A. RGB value is (28,214,90). Sum of RGB (Red+Green+Blue) = 28+214+90=332 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.43% from 332); Green value is 214 (83.98% from 255 or 64.46% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 214 - color contains mainly: green. Hex color #1CD65A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD65A is #E329A5. Grayscale: #909090. Windows color (decimal): -14887334 or 5953052. OLE color: 5953052.

HSL color Cylindrical-coordinate representation of color #1CD65A: hue angle of 140º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD65A is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 28 214 90 -
CMYK 0.87 0 0.58 0.16
HSL 140º 0.77% 0.47% -
HSV(B) 140º 0.87% 0.84% -
XYZ 26.37 49.08 17.76 -
YUV 144.25 97.38 45.08 -
System Red Green Blue C M Y K H S L
Decimal 28 214 90 0.87 0 0.58 0.16 140 0.77 0.47
Hex 1C D6 5A 57 0 3A 10 8C 4D 2F
Octal 34 326 132 127 0 72 20 214 115 57
Binary 11100 11010110 1011010 1010111 0 111010 10000 10001100 1001101 101111

Color Harmonies of #1CD65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD65A

Black with #1CD65A

Text Example


Text Example

White with #1CD65A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,214,90); }

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

background-color css

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

 a { background-color: rgb(28,214,90); }

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

border-color css

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

 span { border-color: rgb(28,214,90); }

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