#1AC252

Color #1AC252 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #1AC252

Tints of Malachite #1AC252

Color information

#1AC252 (or 0x1AC252) is unknown color: approx Malachite. HEX triplet: 1A, C2 and 52. RGB value is (26,194,82). Sum of RGB (Red+Green+Blue) = 26+194+82=302 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.61% from 302); Green value is 194 (76.17% from 255 or 64.24% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 194 - color contains mainly: green. Hex color #1AC252 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC252 is #E53DAD. Grayscale: #838383. Windows color (decimal): -15023534 or 5423642. OLE color: 5423642.

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

Color convert

RGB2619482-
CMYK0.8700.580.24
HSL140º76.36%43.14%-
HSV(B)140º86.6%76.08%-
XYZ21.2439.4114.47-
YUV131100.3453.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.61%
GREEN value IS 194 (76.17% from 255) = 64.24%
BLUE value IS 82 (32.42% from 255) = 27.15%
R=8.61%
G=64.24%
B=27.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal26194820.8700.580.2414076.3643.14
Hex1AC2525703A188c4c2b
Octal323021221270723021411453
Binary110101100001010100101010111011101011000100011001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AC252;
 }
 .AnyTagClassName
 {
   color: #1AC252;
 }
</style>
background-color css

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

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

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

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

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

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