Html Css Color HEX #1CD14A Malachite

📋 copy color: '#1CD14A'

red 28 ◦ green 209 ◦ blue 74

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

Shades of Malachite #1CD14A

Tints of Malachite #1CD14A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 67.2%

 BLUE value IS 74 (29.3% from 255) = 23.79%

R = 9%
G = 67.2%
B = 23.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#1CD14A (or 0x1CD14A) is known color: Malachite. HEX triplet: 1C, D1 and 4A. RGB value is (28,209,74). Sum of RGB (Red+Green+Blue) = 28+209+74=311 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.00% from 311); Green value is 209 (82.03% from 255 or 67.20% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD14A is #E32EB5. Grayscale: #8B8B8B. Windows color (decimal): -14888630 or 4903196. OLE color: 4903196.

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

Color convert

RGB 28 209 74 -
CMYK 0.87 0 0.65 0.18
HSL 135.25º 0.76% 0.46% -
HSV(B) 135.25º 0.87% 0.82% -
XYZ 24.52 46.34 14.13 -
YUV 139.49 91.03 48.48 -
System Red Green Blue C M Y K H S L
Decimal 28 209 74 0.87 0 0.65 0.18 135.25 0.76 0.46
Hex 1C D1 4A 57 0 41 12 87 4C 2E
Octal 34 321 112 127 0 101 22 207 114 56
Binary 11100 11010001 1001010 1010111 0 1000001 10010 10000111 1001100 101110

Color Harmonies of #1CD14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD14A

Black with #1CD14A

Text Example


Text Example

White with #1CD14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,209,74); }

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

background-color css

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

 a { background-color: rgb(28,209,74); }

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

border-color css

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

 span { border-color: rgb(28,209,74); }

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