Html Css Color HEX #21A504 Islamic Green

📋 copy color: '#21A504'

red 33 ◦ green 165 ◦ blue 4

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

Shades of Islamic Green #21A504

Tints of Islamic Green #21A504

RGB

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

 GREEN value IS 165 (64.84% from 255) = 81.68%

 BLUE value IS 4 (1.95% from 255) = 1.98%

R = 16.34%
G = 81.68%
B = 1.98%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#21A504 (or 0x21A504) is known color: Islamic Green. HEX triplet: 21, A5 and 04. RGB value is (33,165,4). Sum of RGB (Red+Green+Blue) = 33+165+4=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 165 (64.84% from 255 or 81.68% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 165 - color contains mainly: green. Hex color #21A504 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21A504 is #DE5AFB. Grayscale: #6B6B6B. Windows color (decimal): -14572284 or 304417. OLE color: 304417.

HSL color Cylindrical-coordinate representation of color #21A504: hue angle of 109.19º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21A504 is Cyan = 0.8, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 33 165 4 -
CMYK 0.8 0 0.98 0.35
HSL 109.19º 0.95% 0.33% -
HSV(B) 109.19º 0.98% 0.65% -
XYZ 14.1 27.24 4.63 -
YUV 107.18 69.77 75.09 -
System Red Green Blue C M Y K H S L
Decimal 33 165 4 0.8 0 0.98 0.35 109.19 0.95 0.33
Hex 21 A5 4 50 0 62 23 6D 5F 21
Octal 41 245 4 120 0 142 43 155 137 41
Binary 100001 10100101 100 1010000 0 1100010 100011 1101101 1011111 100001

Color Harmonies of #21A504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A504

Black with #21A504

Text Example


Text Example

White with #21A504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,165,4); }

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

background-color css

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

 a { background-color: rgb(33,165,4); }

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

border-color css

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

 span { border-color: rgb(33,165,4); }

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