Html Css Color HEX #20BC05 Islamic Green

📋 copy color: '#20BC05'

red 32 ◦ green 188 ◦ blue 5

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

Shades of Islamic Green #20BC05

Tints of Islamic Green #20BC05

RGB

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

 GREEN value IS 188 (73.83% from 255) = 83.56%

 BLUE value IS 5 (2.34% from 255) = 2.22%

R = 14.22%
G = 83.56%
B = 2.22%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#20BC05 (or 0x20BC05) is known color: Islamic Green. HEX triplet: 20, BC and 05. RGB value is (32,188,5). Sum of RGB (Red+Green+Blue) = 32+188+5=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 188 (73.83% from 255 or 83.56% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 188 - color contains mainly: green. Hex color #20BC05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BC05 is #DF43FA. Grayscale: #797979. Windows color (decimal): -14631931 or 375840. OLE color: 375840.

HSL color Cylindrical-coordinate representation of color #20BC05: hue angle of 111.15º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20BC05 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 188 5 -
CMYK 0.83 0 0.97 0.26
HSL 111.15º 0.95% 0.38% -
HSV(B) 111.15º 0.97% 0.74% -
XYZ 18.61 36.28 6.17 -
YUV 120.49 62.82 64.88 -
System Red Green Blue C M Y K H S L
Decimal 32 188 5 0.83 0 0.97 0.26 111.15 0.95 0.38
Hex 20 BC 5 53 0 61 1A 6F 5F 26
Octal 40 274 5 123 0 141 32 157 137 46
Binary 100000 10111100 101 1010011 0 1100001 11010 1101111 1011111 100110

Color Harmonies of #20BC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BC05

Black with #20BC05

Text Example


Text Example

White with #20BC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,188,5); }

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

background-color css

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

 a { background-color: rgb(32,188,5); }

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

border-color css

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

 span { border-color: rgb(32,188,5); }

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