#20CB69

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

Shades of Malachite #20CB69

Tints of Malachite #20CB69

Color information

#20CB69 (or 0x20CB69) is unknown color: approx Malachite. HEX triplet: 20, CB and 69. RGB value is (32,203,105). Sum of RGB (Red+Green+Blue) = 32+203+105=340 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.41% from 340); Green value is 203 (79.69% from 255 or 59.71% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 203 - color contains mainly: green. Hex color #20CB69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CB69 is #DF3496. Grayscale: #8C8C8C. Windows color (decimal): -14627991 or 6933280. OLE color: 6933280.

HSL color Cylindrical-coordinate representation of color #20CB69: hue angle of 145.61º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CB69 is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB32203105-
CMYK0.8400.480.20
HSL145.61º72.77%46.08%-
HSV(B)145.61º84.24%79.61%-
XYZ24.544.0420.57-
YUV140.7107.8550.47-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.41%
GREEN value IS 203 (79.69% from 255) = 59.71%
BLUE value IS 105 (41.41% from 255) = 30.88%
R=9.41%
G=59.71%
B=30.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal322031050.8400.480.20145.6172.7746.08
Hex20CB69540301492492e
Octal403131511240602422211156
Binary1000001100101111010011010100011000010100100100101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20CB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20CB69; }

 p { color: rgb(32,203,105); }

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

<style>
 a { background-color: #20CB69; }

 a { background-color: rgb(32,203,105); }

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

<style>
 span { border-color: #20CB69; }

 span { border-color: rgb(32,203,105); }

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