Html Css Color HEX #1AC060 Malachite

📋 copy color: '#1AC060'

red 26 ◦ green 192 ◦ blue 96

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

Shades of Malachite #1AC060

Tints of Malachite #1AC060

RGB

 RED value IS 26 (10.55% from 255) = 8.28%

 GREEN value IS 192 (75.39% from 255) = 61.15%

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

R = 8.28%
G = 61.15%
B = 30.57%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#1AC060 (or 0x1AC060) is known color: Malachite. HEX triplet: 1A, C0 and 60. RGB value is (26,192,96). Sum of RGB (Red+Green+Blue) = 26+192+96=314 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.28% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC060 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC060 is #E53F9F. Grayscale: #838383. Windows color (decimal): -15024032 or 6340634. OLE color: 6340634.

HSL color Cylindrical-coordinate representation of color #1AC060: hue angle of 145.3º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AC060 is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 192 96 -
CMYK 0.86 0 0.50 0.25
HSL 145.3º 0.76% 0.43% -
HSV(B) 145.3º 0.86% 0.75% -
XYZ 21.39 38.76 17.42 -
YUV 131.42 108 52.81 -
System Red Green Blue C M Y K H S L
Decimal 26 192 96 0.86 0 0.50 0.25 145.3 0.76 0.43
Hex 1A C0 60 56 0 32 19 91 4C 2B
Octal 32 300 140 126 0 62 31 221 114 53
Binary 11010 11000000 1100000 1010110 0 110010 11001 10010001 1001100 101011

Color Harmonies of #1AC060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC060

Black with #1AC060

Text Example


Text Example

White with #1AC060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,192,96); }

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

background-color css

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

 a { background-color: rgb(26,192,96); }

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

border-color css

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

 span { border-color: rgb(26,192,96); }

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