Html Css Color HEX #1CF760 Malachite

📋 copy color: '#1CF760'

red 28 ◦ green 247 ◦ blue 96

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

Shades of Malachite #1CF760

Tints of Malachite #1CF760

RGB

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

 GREEN value IS 247 (96.88% from 255) = 66.58%

 BLUE value IS 96 (37.89% from 255) = 25.88%

R = 7.55%
G = 66.58%
B = 25.88%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#1CF760 (or 0x1CF760) is known color: Malachite. HEX triplet: 1C, F7 and 60. RGB value is (28,247,96). Sum of RGB (Red+Green+Blue) = 28+247+96=371 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.55% from 371); Green value is 247 (96.88% from 255 or 66.58% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 247 - color contains mainly: green. Hex color #1CF760 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF760 is #E3089F. Grayscale: #A4A4A4. Windows color (decimal): -14878880 or 6354716. OLE color: 6354716.

HSL color Cylindrical-coordinate representation of color #1CF760: hue angle of 138.63º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF760 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 28 247 96 -
CMYK 0.89 0 0.61 0.03
HSL 138.63º 0.93% 0.54% -
HSV(B) 138.63º 0.89% 0.97% -
XYZ 35.85 67.61 22.23 -
YUV 164.31 89.45 30.78 -
System Red Green Blue C M Y K H S L
Decimal 28 247 96 0.89 0 0.61 0.03 138.63 0.93 0.54
Hex 1C F7 60 59 0 3D 3 8B 5D 36
Octal 34 367 140 131 0 75 3 213 135 66
Binary 11100 11110111 1100000 1011001 0 111101 11 10001011 1011101 110110

Color Harmonies of #1CF760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF760

Black with #1CF760

Text Example


Text Example

White with #1CF760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,247,96); }

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

background-color css

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

 a { background-color: rgb(28,247,96); }

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

border-color css

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

 span { border-color: rgb(28,247,96); }

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