Html Css Color HEX #1ACA64 Malachite

📋 copy color: '#1ACA64'

red 26 ◦ green 202 ◦ blue 100

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

Shades of Malachite #1ACA64

Tints of Malachite #1ACA64

RGB

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

 GREEN value IS 202 (79.3% from 255) = 61.59%

 BLUE value IS 100 (39.45% from 255) = 30.49%

R = 7.93%
G = 61.59%
B = 30.49%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#1ACA64 (or 0x1ACA64) is known color: Malachite. HEX triplet: 1A, CA and 64. RGB value is (26,202,100). Sum of RGB (Red+Green+Blue) = 26+202+100=328 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.93% from 328); Green value is 202 (79.30% from 255 or 61.59% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 202 - color contains mainly: green. Hex color #1ACA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ACA64 is #E5359B. Grayscale: #898989. Windows color (decimal): -15021468 or 6605338. OLE color: 6605338.

HSL color Cylindrical-coordinate representation of color #1ACA64: hue angle of 145.23º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACA64 is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 26 202 100 -
CMYK 0.87 0 0.50 0.21
HSL 145.23º 0.77% 0.45% -
HSV(B) 145.23º 0.87% 0.79% -
XYZ 23.85 43.38 19.17 -
YUV 137.75 106.69 48.29 -
System Red Green Blue C M Y K H S L
Decimal 26 202 100 0.87 0 0.50 0.21 145.23 0.77 0.45
Hex 1A CA 64 57 0 32 15 91 4D 2D
Octal 32 312 144 127 0 62 25 221 115 55
Binary 11010 11001010 1100100 1010111 0 110010 10101 10010001 1001101 101101

Color Harmonies of #1ACA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACA64

Black with #1ACA64

Text Example


Text Example

White with #1ACA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,202,100); }

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

background-color css

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

 a { background-color: rgb(26,202,100); }

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

border-color css

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

 span { border-color: rgb(26,202,100); }

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