#1AC35F

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

Shades of Malachite #1AC35F

Tints of Malachite #1AC35F

Color information

#1AC35F (or 0x1AC35F) is unknown color: approx Malachite. HEX triplet: 1A, C3 and 5F. RGB value is (26,195,95). Sum of RGB (Red+Green+Blue) = 26+195+95=316 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.23% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #1AC35F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC35F is #E53CA0. Grayscale: #858585. Windows color (decimal): -15023265 or 6275866. OLE color: 6275866.

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

Color convert

RGB2619595-
CMYK0.8700.510.24
HSL144.5º76.47%43.33%-
HSV(B)144.5º86.67%76.47%-
XYZ22.0140.0817.4-
YUV133.07106.5151.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.23%
GREEN value IS 195 (76.56% from 255) = 61.71%
BLUE value IS 95 (37.5% from 255) = 30.06%
R=8.23%
G=61.71%
B=30.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal26195950.8700.510.24144.576.4743.33
Hex1AC35F5703318904c2b
Octal323031371270633022011453
Binary110101100001110111111010111011001111000100100001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,195,95); }

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

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

 a { background-color: rgb(26,195,95); }

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

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

 span { border-color: rgb(26,195,95); }

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