#22C960

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

Shades of Malachite #22C960

Tints of Malachite #22C960

Color information

#22C960 (or 0x22C960) is unknown color: approx Malachite. HEX triplet: 22, C9 and 60. RGB value is (34,201,96). Sum of RGB (Red+Green+Blue) = 34+201+96=331 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.27% from 331); Green value is 201 (78.91% from 255 or 60.73% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 201 - color contains mainly: green. Hex color #22C960 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22C960 is #DD369F. Grayscale: #8B8B8B. Windows color (decimal): -14497440 or 6342946. OLE color: 6342946.

HSL color Cylindrical-coordinate representation of color #22C960: hue angle of 142.28º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C960 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB3420196-
CMYK0.8300.520.21
HSL142.28º71.06%46.08%-
HSV(B)142.28º83.08%78.82%-
XYZ23.6642.9618.11-
YUV139.1103.6753.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.27%
GREEN value IS 201 (78.91% from 255) = 60.73%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=10.27%
G=60.73%
B=29.00%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal34201960.8300.520.21142.2871.0646.08
Hex22C96053034158e472e
Octal423111401230642521610756
Binary1000101100100111000001010011011010010101100011101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22C960; }

 p { color: rgb(34,201,96); }

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

<style>
 a { background-color: #22C960; }

 a { background-color: rgb(34,201,96); }

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

<style>
 span { border-color: #22C960; }

 span { border-color: rgb(34,201,96); }

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