Html Css Color HEX #20BC02 Islamic Green

📋 copy color: '#20BC02'

red 32 ◦ green 188 ◦ blue 2

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

Shades of Islamic Green #20BC02

Tints of Islamic Green #20BC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 14.41%
G = 84.68%
B = 0.9%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#20BC02 (or 0x20BC02) is known color: Islamic Green. HEX triplet: 20, BC and 02. RGB value is (32,188,2). Sum of RGB (Red+Green+Blue) = 32+188+2=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 188 (73.83% from 255 or 84.68% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 188 - color contains mainly: green. Hex color #20BC02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BC02 is #DF43FD. Grayscale: #787878. Windows color (decimal): -14631934 or 179232. OLE color: 179232.

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

Color convert

RGB 32 188 2 -
CMYK 0.83 0 0.99 0.26
HSL 110.32º 0.98% 0.37% -
HSV(B) 110.32º 0.99% 0.74% -
XYZ 18.59 36.28 6.08 -
YUV 120.15 61.32 65.12 -
System Red Green Blue C M Y K H S L
Decimal 32 188 2 0.83 0 0.99 0.26 110.32 0.98 0.37
Hex 20 BC 2 53 0 63 1A 6E 62 25
Octal 40 274 2 123 0 143 32 156 142 45
Binary 100000 10111100 10 1010011 0 1100011 11010 1101110 1100010 100101

Color Harmonies of #20BC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BC02

Black with #20BC02

Text Example


Text Example

White with #20BC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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