Html Css Color HEX #1CFC5A Malachite

📋 copy color: '#1CFC5A'

red 28 ◦ green 252 ◦ blue 90

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

Shades of Malachite #1CFC5A

Tints of Malachite #1CFC5A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 68.11%

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

R = 7.57%
G = 68.11%
B = 24.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#1CFC5A (or 0x1CFC5A) is known color: Malachite. HEX triplet: 1C, FC and 5A. RGB value is (28,252,90). Sum of RGB (Red+Green+Blue) = 28+252+90=370 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.57% from 370); Green value is 252 (98.83% from 255 or 68.11% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 252 - color contains mainly: green. Hex color #1CFC5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CFC5A is #E303A5. Grayscale: #A6A6A6. Windows color (decimal): -14877606 or 5962780. OLE color: 5962780.

HSL color Cylindrical-coordinate representation of color #1CFC5A: hue angle of 136.61º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFC5A is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 28 252 90 -
CMYK 0.89 0 0.64 0.01
HSL 136.61º 0.97% 0.55% -
HSV(B) 136.61º 0.89% 0.99% -
XYZ 37.13 70.61 21.34 -
YUV 166.56 84.79 29.17 -
System Red Green Blue C M Y K H S L
Decimal 28 252 90 0.89 0 0.64 0.01 136.61 0.97 0.55
Hex 1C FC 5A 59 0 40 1 89 61 37
Octal 34 374 132 131 0 100 1 211 141 67
Binary 11100 11111100 1011010 1011001 0 1000000 1 10001001 1100001 110111

Color Harmonies of #1CFC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CFC5A

Black with #1CFC5A

Text Example


Text Example

White with #1CFC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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