Html Css Color HEX #20B404 Islamic Green

📋 copy color: '#20B404'

red 32 ◦ green 180 ◦ blue 4

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

Shades of Islamic Green #20B404

Tints of Islamic Green #20B404

RGB

 RED value IS 32 (12.89% from 255) = 14.81%

 GREEN value IS 180 (70.7% from 255) = 83.33%

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

R = 14.81%
G = 83.33%
B = 1.85%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#20B404 (or 0x20B404) is known color: Islamic Green. HEX triplet: 20, B4 and 04. RGB value is (32,180,4). Sum of RGB (Red+Green+Blue) = 32+180+4=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 180 (70.70% from 255 or 83.33% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 180 - color contains mainly: green. Hex color #20B404 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B404 is #DF4BFB. Grayscale: #747474. Windows color (decimal): -14633980 or 308256. OLE color: 308256.

HSL color Cylindrical-coordinate representation of color #20B404: hue angle of 110.45º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20B404 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 32 180 4 -
CMYK 0.82 0 0.98 0.29
HSL 110.45º 0.96% 0.36% -
HSV(B) 110.45º 0.98% 0.71% -
XYZ 16.94 32.96 5.58 -
YUV 115.68 64.97 68.31 -
System Red Green Blue C M Y K H S L
Decimal 32 180 4 0.82 0 0.98 0.29 110.45 0.96 0.36
Hex 20 B4 4 52 0 62 1D 6E 60 24
Octal 40 264 4 122 0 142 35 156 140 44
Binary 100000 10110100 100 1010010 0 1100010 11101 1101110 1100000 100100

Color Harmonies of #20B404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B404

Black with #20B404

Text Example


Text Example

White with #20B404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,180,4); }

 H1.HeaderClassName
 {
   color: #20B404;
 }
 .AnyTagClassName
 {
   color: #20B404;
 }
</style>

background-color css

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

 a { background-color: rgb(32,180,4); }

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

border-color css

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

 span { border-color: rgb(32,180,4); }

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