Html Css Color HEX #1AC266 Malachite

📋 copy color: '#1AC266'

red 26 ◦ green 194 ◦ blue 102

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

Shades of Malachite #1AC266

Tints of Malachite #1AC266

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.25%

 BLUE value IS 102 (40.23% from 255) = 31.68%

R = 8.07%
G = 60.25%
B = 31.68%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#1AC266 (or 0x1AC266) is known color: Malachite. HEX triplet: 1A, C2 and 66. RGB value is (26,194,102). Sum of RGB (Red+Green+Blue) = 26+194+102=322 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.07% from 322); Green value is 194 (76.17% from 255 or 60.25% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 194 - color contains mainly: green. Hex color #1AC266 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC266 is #E53D99. Grayscale: #858585. Windows color (decimal): -15023514 or 6734362. OLE color: 6734362.

HSL color Cylindrical-coordinate representation of color #1AC266: hue angle of 147.14º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC266 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 26 194 102 -
CMYK 0.87 0 0.47 0.24
HSL 147.14º 0.76% 0.43% -
HSV(B) 147.14º 0.87% 0.76% -
XYZ 22.12 39.76 19.08 -
YUV 133.28 110.34 51.48 -
System Red Green Blue C M Y K H S L
Decimal 26 194 102 0.87 0 0.47 0.24 147.14 0.76 0.43
Hex 1A C2 66 57 0 2F 18 93 4C 2B
Octal 32 302 146 127 0 57 30 223 114 53
Binary 11010 11000010 1100110 1010111 0 101111 11000 10010011 1001100 101011

Color Harmonies of #1AC266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC266

Black with #1AC266

Text Example


Text Example

White with #1AC266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,194,102); }

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

background-color css

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

 a { background-color: rgb(26,194,102); }

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

border-color css

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

 span { border-color: rgb(26,194,102); }

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