Html Css Color HEX #1CE14B Malachite

📋 copy color: '#1CE14B'

red 28 ◦ green 225 ◦ blue 75

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

Shades of Malachite #1CE14B

Tints of Malachite #1CE14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.87%

R = 8.54%
G = 68.6%
B = 22.87%

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

#1CE14B (or 0x1CE14B) is known color: Malachite. HEX triplet: 1C, E1 and 4B. RGB value is (28,225,75). Sum of RGB (Red+Green+Blue) = 28+225+75=328 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.54% from 328); Green value is 225 (88.28% from 255 or 68.60% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 225 - color contains mainly: green. Hex color #1CE14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE14B is #E31EB4. Grayscale: #959595. Windows color (decimal): -14884533 or 4972828. OLE color: 4972828.

HSL color Cylindrical-coordinate representation of color #1CE14B: hue angle of 134.31º 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 #1CE14B is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 28 225 75 -
CMYK 0.88 0 0.67 0.12
HSL 134.31º 0.78% 0.5% -
HSV(B) 134.31º 0.88% 0.88% -
XYZ 28.67 54.61 15.69 -
YUV 149 86.23 41.7 -
System Red Green Blue C M Y K H S L
Decimal 28 225 75 0.88 0 0.67 0.12 134.31 0.78 0.5
Hex 1C E1 4B 58 0 43 C 86 4E 32
Octal 34 341 113 130 0 103 14 206 116 62
Binary 11100 11100001 1001011 1011000 0 1000011 1100 10000110 1001110 110010

Color Harmonies of #1CE14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE14B

Black with #1CE14B

Text Example


Text Example

White with #1CE14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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