#34F160

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

Shades of Malachite #34F160

Tints of Malachite #34F160

Color information

#34F160 (or 0x34F160) is unknown color: approx Malachite. HEX triplet: 34, F1 and 60. RGB value is (52,241,96). Sum of RGB (Red+Green+Blue) = 52+241+96=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 241 (94.53% from 255 or 61.95% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 241 - color contains mainly: green. Hex color #34F160 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F160 is #CB0E9F. Grayscale: #A8A8A8. Windows color (decimal): -13307552 or 6353204. OLE color: 6353204.

HSL color Cylindrical-coordinate representation of color #34F160: hue angle of 133.97º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34F160 is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB5224196-
CMYK0.7800.600.05
HSL133.97º87.1%57.45%-
HSV(B)133.97º78.42%94.51%-
XYZ34.9864.4921.67-
YUV167.9687.3845.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.37%
GREEN value IS 241 (94.53% from 255) = 61.95%
BLUE value IS 96 (37.89% from 255) = 24.68%
R=13.37%
G=61.95%
B=24.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal52241960.7800.600.05133.9787.157.45
Hex34F1604E03C5865739
Octal64361140116074520612771
Binary11010011110001110000010011100111100101100001101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34F160; }

 p { color: rgb(52,241,96); }

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

<style>
 a { background-color: #34F160; }

 a { background-color: rgb(52,241,96); }

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

<style>
 span { border-color: #34F160; }

 span { border-color: rgb(52,241,96); }

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