Html Css Color HEX #20BC06 Islamic Green

📋 copy color: '#20BC06'

red 32 ◦ green 188 ◦ blue 6

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

Shades of Islamic Green #20BC06

Tints of Islamic Green #20BC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.65%

R = 14.16%
G = 83.19%
B = 2.65%

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

#20BC06 (or 0x20BC06) is known color: Islamic Green. HEX triplet: 20, BC and 06. RGB value is (32,188,6). Sum of RGB (Red+Green+Blue) = 32+188+6=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 188 (73.83% from 255 or 83.19% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 188 - color contains mainly: green. Hex color #20BC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BC06 is #DF43F9. Grayscale: #797979. Windows color (decimal): -14631930 or 441376. OLE color: 441376.

HSL color Cylindrical-coordinate representation of color #20BC06: hue angle of 111.43º degrees, saturation: 0.94, 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 #20BC06 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 188 6 -
CMYK 0.83 0 0.97 0.26
HSL 111.43º 0.94% 0.38% -
HSV(B) 111.43º 0.97% 0.74% -
XYZ 18.61 36.29 6.2 -
YUV 120.61 63.32 64.8 -
System Red Green Blue C M Y K H S L
Decimal 32 188 6 0.83 0 0.97 0.26 111.43 0.94 0.38
Hex 20 BC 6 53 0 61 1A 6F 5E 26
Octal 40 274 6 123 0 141 32 157 136 46
Binary 100000 10111100 110 1010011 0 1100001 11010 1101111 1011110 100110

Color Harmonies of #20BC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BC06

Black with #20BC06

Text Example


Text Example

White with #20BC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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