Html Css Color HEX #1AC96C Malachite

📋 copy color: '#1AC96C'

red 26 ◦ green 201 ◦ blue 108

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

Shades of Malachite #1AC96C

Tints of Malachite #1AC96C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 60%

 BLUE value IS 108 (42.58% from 255) = 32.24%

R = 7.76%
G = 60%
B = 32.24%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#1AC96C (or 0x1AC96C) is known color: Malachite. HEX triplet: 1A, C9 and 6C. RGB value is (26,201,108). Sum of RGB (Red+Green+Blue) = 26+201+108=335 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.76% from 335); Green value is 201 (78.91% from 255 or 60% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 201 - color contains mainly: green. Hex color #1AC96C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC96C is #E53693. Grayscale: #8A8A8A. Windows color (decimal): -15021716 or 7129370. OLE color: 7129370.

HSL color Cylindrical-coordinate representation of color #1AC96C: hue angle of 148.11º 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 #1AC96C is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 26 201 108 -
CMYK 0.87 0 0.46 0.21
HSL 148.11º 0.77% 0.45% -
HSV(B) 148.11º 0.87% 0.79% -
XYZ 24.02 43.08 21.24 -
YUV 138.07 111.02 48.06 -
System Red Green Blue C M Y K H S L
Decimal 26 201 108 0.87 0 0.46 0.21 148.11 0.77 0.45
Hex 1A C9 6C 57 0 2E 15 94 4D 2D
Octal 32 311 154 127 0 56 25 224 115 55
Binary 11010 11001001 1101100 1010111 0 101110 10101 10010100 1001101 101101

Color Harmonies of #1AC96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC96C

Black with #1AC96C

Text Example


Text Example

White with #1AC96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,201,108); }

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

background-color css

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

 a { background-color: rgb(26,201,108); }

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

border-color css

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

 span { border-color: rgb(26,201,108); }

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