Html Css Color HEX #1CE14A Malachite

📋 copy color: '#1CE14A'

red 28 ◦ green 225 ◦ blue 74

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

Shades of Malachite #1CE14A

Tints of Malachite #1CE14A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 68.81%

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

R = 8.56%
G = 68.81%
B = 22.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#1CE14A (or 0x1CE14A) is known color: Malachite. HEX triplet: 1C, E1 and 4A. RGB value is (28,225,74). Sum of RGB (Red+Green+Blue) = 28+225+74=327 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.56% from 327); Green value is 225 (88.28% from 255 or 68.81% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 225 - color contains mainly: green. Hex color #1CE14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE14A is #E31EB5. Grayscale: #959595. Windows color (decimal): -14884534 or 4907292. OLE color: 4907292.

HSL color Cylindrical-coordinate representation of color #1CE14A: hue angle of 134.01º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE14A is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 28 225 74 -
CMYK 0.88 0 0.67 0.12
HSL 134.01º 0.78% 0.5% -
HSV(B) 134.01º 0.88% 0.88% -
XYZ 28.64 54.59 15.51 -
YUV 148.88 85.73 41.78 -
System Red Green Blue C M Y K H S L
Decimal 28 225 74 0.88 0 0.67 0.12 134.01 0.78 0.5
Hex 1C E1 4A 58 0 43 C 86 4E 32
Octal 34 341 112 130 0 103 14 206 116 62
Binary 11100 11100001 1001010 1011000 0 1000011 1100 10000110 1001110 110010

Color Harmonies of #1CE14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE14A

Black with #1CE14A

Text Example


Text Example

White with #1CE14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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