Html Css Color HEX #21CA5A Malachite

📋 copy color: '#21CA5A'

red 33 ◦ green 202 ◦ blue 90

#21CA5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #21CA5A

Tints of Malachite #21CA5A

RGB

 RED value IS 33 (13.28% from 255) = 10.15%

 GREEN value IS 202 (79.3% from 255) = 62.15%

 BLUE value IS 90 (35.55% from 255) = 27.69%

R = 10.15%
G = 62.15%
B = 27.69%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#21CA5A (or 0x21CA5A) is known color: Malachite. HEX triplet: 21, CA and 5A. RGB value is (33,202,90). Sum of RGB (Red+Green+Blue) = 33+202+90=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 202 (79.30% from 255 or 62.15% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CA5A is #DE35A5. Grayscale: #8A8A8A. Windows color (decimal): -14562726 or 5949985. OLE color: 5949985.

HSL color Cylindrical-coordinate representation of color #21CA5A: hue angle of 140.24º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CA5A is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 202 90 -
CMYK 0.84 0 0.55 0.21
HSL 140.24º 0.72% 0.46% -
HSV(B) 140.24º 0.84% 0.79% -
XYZ 23.59 43.3 16.79 -
YUV 138.7 100.51 52.61 -
System Red Green Blue C M Y K H S L
Decimal 33 202 90 0.84 0 0.55 0.21 140.24 0.72 0.46
Hex 21 CA 5A 54 0 37 15 8C 48 2E
Octal 41 312 132 124 0 67 25 214 110 56
Binary 100001 11001010 1011010 1010100 0 110111 10101 10001100 1001000 101110

Color Harmonies of #21CA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CA5A

Black with #21CA5A

Text Example


Text Example

White with #21CA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21CA5A; }

 p { color: rgb(33,202,90); }

 H1.HeaderClassName
 {
   color: #21CA5A;
 }
 .AnyTagClassName
 {
   color: #21CA5A;
 }
</style>

background-color css

<style>
 a { background-color: #21CA5A; }

 a { background-color: rgb(33,202,90); }

 div.DivClassName
 {
   background-color: #21CA5A;
 }
 .BgClassName
 {
   background-color: #21CA5A;
 }
</style>

border-color css

<style>
 span { border-color: #21CA5A; }

 span { border-color: rgb(33,202,90); }

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